0

GitLab CI

This commit is contained in:
2021-10-10 14:26:44 +03:00
parent 4ba35bd89d
commit 86a1c3ab9c

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: gradle:6.7.0-jdk8
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
build:
stage: build
only:
- dev/ci
script: gradle --console=plain compileJava