Files
arrest-tb/.gitlab-ci.yml
2021-01-28 18:48:11 +00:00

24 lines
330 B
YAML

image: jangrewe/gitlab-ci-android
stages:
- build
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew
cache:
key: ${CI_PROJECT_ID}
paths:
- .gradle/
build_dev_debug:
stage: build
script:
- ./gradlew assembleDevDebug
only:
- dev
artifacts:
paths:
- app/build/outputs/