robot-2023/.gitlab-ci.yml

14 lines
255 B
YAML

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:
- ./gradlew build