Commit af3a4927 authored by Bruno Agrizzi's avatar Bruno Agrizzi

android home

parent 3d278d71
...@@ -8,7 +8,6 @@ stages: ...@@ -8,7 +8,6 @@ stages:
- build - build
- test - test
build: build:
tags: tags:
- android - android
...@@ -16,6 +15,8 @@ build: ...@@ -16,6 +15,8 @@ build:
- master - master
stage: build stage: build
script: script:
- export ANDROID_HOME=$PWD/sdk
- export PATH=$PATH:$PWD/sdk/platform-tools/
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew assembleDebug - ./gradlew assembleDebug
artifacts: 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