BloodDonation/.gitlab-ci.yml

19 lines
333 B
YAML
Raw Normal View History

2017-08-23 13:05:57 +00:00
image: openjdk:8-jdk
variables:
2019-03-29 16:03:03 +00:00
GRADLE_VERSION: "4.10.3"
2017-08-23 13:05:57 +00:00
before_script:
- ${GRADLE_HOME}/bin/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/