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

51 system tag android

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