Commit fa04c483 authored by Bruno Agrizzi's avatar Bruno Agrizzi

testando com arquitetura ARM.

parent 90cc92b4
...@@ -16,8 +16,6 @@ build: ...@@ -16,8 +16,6 @@ build:
- master - master
stage: build stage: build
script: script:
- chmod +x ./gradlew
- apk add --no-cache bash
- ./gradlew assembleDebug - ./gradlew assembleDebug
artifacts: artifacts:
paths: paths:
...@@ -30,8 +28,6 @@ unitTests: ...@@ -30,8 +28,6 @@ unitTests:
- master - master
stage: test stage: test
script: script:
- chmod +x ./gradlew
- apk add --no-cache bash
- ./gradlew test - ./gradlew test
functionalTests: functionalTests:
...@@ -41,10 +37,9 @@ functionalTests: ...@@ -41,10 +37,9 @@ functionalTests:
- master - master
stage: test stage: test
script: script:
- apk add --no-cache bash - echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;armeabi-v7a"
- echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;x86" - $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim
- $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -force-32bit - adb wait-for-device shell input keyevent 82
- adb shell input keyevent 82
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew cAT - ./gradlew cAT
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