lpcprog/.gitlab-ci.yml

16 lines
291 B
YAML
Raw Normal View History

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