Commit af3a4927 authored by Bruno Agrizzi's avatar Bruno Agrizzi

android home

parent 3d278d71
......@@ -8,7 +8,6 @@ stages:
- build
- test
build:
tags:
- android
......@@ -16,6 +15,8 @@ build:
- master
stage: build
script:
- export ANDROID_HOME=$PWD/sdk
- export PATH=$PATH:$PWD/sdk/platform-tools/
- chmod +x ./gradlew
- ./gradlew assembleDebug
artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment