From ea3dc78def69a5bd9e3e08333bc0e30eadb3fa55 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Sun, 31 Jan 2021 18:16:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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