Commit f57508bc authored by Bruno Agrizzi's avatar Bruno Agrizzi

Usando Imagem jenkins

parent 31e08f46
image: evologica/android-sdk:25.0.3 image: chiahan1123/docker-jenkins-android:latest
variables: variables:
ANDROID_COMPILE_SDK: "25" ANDROID_COMPILE_SDK: "25"
...@@ -17,9 +17,7 @@ build: ...@@ -17,9 +17,7 @@ build:
stage: build stage: build
script: script:
- echo $ANDROID_HOME - echo $ANDROID_HOME
- ls $ANDROID_HOME/build-tools/25.0.3/
- chmod +x ./gradlew - chmod +x ./gradlew
- chmod +x $ANDROID_HOME/build-tools/25.0.3/aapt
- apk add --no-cache bash - apk add --no-cache bash
- ./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