diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ee0d95..b0d9599 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,22 @@ variables: ANDROID_SDK_TOOLS: "6514223" # 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