Translater/.gitlab-ci.yml
2020-07-13 15:18:52 +00:00

17 lines
270 B
YAML

image: gradle:alpine
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
deploy:
stage: deploy
script: ./gradlew.bat --build-cache assemble
artifacts:
paths:
- build/libs
only:
- master