lpcprog/.gitlab-ci.yml

17 lines
289 B
YAML
Raw Permalink Normal View History

2017-01-12 23:48:08 +00:00
variables:
2017-07-31 18:02:41 +00:00
GRADLE_VERSION: "3.3"
2017-01-12 23:48:08 +00:00
before_script:
- gradle wrapper --gradle-version ${GRADLE_VERSION} -Dcom.android.build.gradle.overrideVersionCheck=true
stages:
- build
build:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
2017-07-31 18:02:41 +00:00
- app/build/outputs/