Update .gitlab-ci.yml

This commit is contained in:
Raman deep
2021-01-31 18:16:40 +00:00
parent 416fc5c940
commit ea3dc78def

View File

@@ -21,6 +21,22 @@ variables:
ANDROID_SDK_TOOLS: "6514223" ANDROID_SDK_TOOLS: "6514223"
# Packages installation before running script # Packages installation before running script
stages:
- build
- test
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew
build_debug:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/
.test_lab_template: &test_lab_template_def .test_lab_template: &test_lab_template_def