add build test
This commit is contained in:
parent
948f725b37
commit
f857cad155
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
default:
|
||||||
|
image: gradle:jdk17-alpine
|
||||||
|
tags:
|
||||||
|
- robot
|
||||||
|
|
||||||
|
stages: # List of stages for jobs, and their order of execution
|
||||||
|
- build
|
||||||
|
|
||||||
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- chmod +x gradlew
|
||||||
|
- ./gradlew build
|
Loading…
x
Reference in New Issue
Block a user