Commit 44ec89dc authored by Bruno Agrizzi's avatar Bruno Agrizzi

adicionando permisão para rodar aapt

parent 7ff2ab00
...@@ -17,7 +17,9 @@ build: ...@@ -17,7 +17,9 @@ build:
stage: build stage: build
script: script:
- echo $ANDROID_HOME - echo $ANDROID_HOME
- echo $ANDROID_HOME/android-sdk-linux/build-tools/25.0.3/
- chmod +x ./gradlew - chmod +x ./gradlew
- chmod +x $ANDROID_HOME/android-sdk-linux/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