This commit is contained in:
J. Fronny 2020-08-28 16:18:17 +00:00
parent 231c44fd67
commit dc523e402f
1 changed files with 16 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
image: gradle:alpine
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
deploy:
stage: deploy
script: gradle --build-cache assemble
artifacts:
paths:
- build/libs
only:
- master