Skip to content
Snippets Groups Projects
Commit 8739cc40 authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

add CI

parent 4a74184e
No related branches found
No related tags found
No related merge requests found
Pipeline #2022 passed
# CI Config for helloword with davis / gitlab
# Global runner/docker image definition
image: openjdk:8
# Global caching
cache:
key: "cache"
paths:
# gradle
- .gradle
- build
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle && mkdir -pv $GRADLE_USER_HOME
# Main build
build:
stage: build
tags:
- docker
script:
- ./gradlew clean
- ./gradlew downloadAndUnzipFile
- ./gradlew installJBotsim
- ./gradlew assemble
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment