Commit 33e6f892 authored by Bruno Agrizzi's avatar Bruno Agrizzi

Novo YML e nova imagem with tag android

parent d0b1d885
...@@ -15,6 +15,8 @@ cache: ...@@ -15,6 +15,8 @@ cache:
- .gradle/caches - .gradle/caches
build: build:
tags:
- android
stage: build stage: build
script: script:
- ./gradlew assembleDebug - ./gradlew assembleDebug
...@@ -24,6 +26,8 @@ build: ...@@ -24,6 +26,8 @@ build:
- app/build/outputs/ - app/build/outputs/
test: test:
tags:
- android
stage: test stage: test
script: script:
- echo "no" | /sdk/tools/android create avd -f -n test -t android-23 --abi "google_apis/x86" -s WXGA720 - echo "no" | /sdk/tools/android create avd -f -n test -t android-23 --abi "google_apis/x86" -s WXGA720
......
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