retour du ci

This commit is contained in:
Olivier Demers 2023-02-17 15:55:49 +00:00
parent f878dfef4e
commit f92c66dcd7

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
default:
image: gradle:jdk11
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