Goblim/.gitlab-ci.yml

19 lines
330 B
YAML
Raw Normal View History

2017-01-12 18:49:10 +00:00
image: openjdk:8-jdk
variables:
GRADLE_VERSION: "3.3"
2017-01-12 18:49:10 +00:00
before_script:
2017-03-28 10:11:09 +00:00
- ${GRADLE_HOME}/bin/gradle wrapper --gradle-version ${GRADLE_VERSION} -Dcom.android.build.gradle.overrideVersionCheck=true
2017-01-12 18:49:10 +00:00
stages:
- build
build:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/