Testing ci
This commit is contained in:
parent
32fdd79193
commit
15b48f41fb
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
default:
|
||||||
|
image: wpilib/roborio-cross-ubuntu:2023-22.04
|
||||||
|
|
||||||
|
|
||||||
|
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:
|
||||||
|
- git config --global --add safe.directory $CI_PROJECT_DIR
|
||||||
|
- chmod +x gradlew
|
||||||
|
- ./gradlew build
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user