DynRes/.gitlab-ci.yml

17 lines
266 B
YAML
Raw Normal View History

2020-09-07 13:29:44 +02:00
image: gradle:alpine
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
deploy:
stage: deploy
script: ./gradlew --build-cache assemble
artifacts:
paths:
- build/libs
only:
- master