Commit 61b77629 authored by Bruno Agrizzi's avatar Bruno Agrizzi

51 system tag android

parent 9c9565b5
......@@ -8,6 +8,8 @@ stages:
- test
build:debug:
tags:
- android
stage: build
script:
- bash ./gradlew assembleDebug
......@@ -18,6 +20,8 @@ build:debug:
- "**/build/outputs/**/*.aar"
build:release:
tags:
- android
stage: build
script:
- bash ./gradlew assemble
......@@ -28,6 +32,8 @@ build:release:
- "**/build/outputs/**/*.aar"
test:unit:
tags:
- android
stage: test
script:
- bash ./gradlew test
......@@ -39,6 +45,8 @@ test:unit:
- "**/build/reports/tests"
test:instrumentation:21:
tags:
- android
stage: test
image: 51systems/gitlab-ci-android-emulator-21
script:
......
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