Commit 8ee2efe9 authored by Bruno Agrizzi's avatar Bruno Agrizzi

voltando com UP

parent af3a4927
......@@ -5,9 +5,19 @@ variables:
ANDROID_CMAKE_REV: "3.6.3155560"
stages:
- build_image
- build
- test
buildImage:
tags:
- android
only:
- master
stage: build_image
script:
- docker-compose up
build:
tags:
- android
......@@ -15,8 +25,6 @@ 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