1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-11 19:34:11 +01:00

Build android test on travis

This commit is contained in:
Erik Johansson 2018-02-06 20:26:40 +01:00 committed by OliE
parent 4ea32a4298
commit 82f6ddf569

View File

@ -40,7 +40,7 @@ before_script:
&& echo "$DEBUG_KEYSTORE" | base64 -d > $HOME/.android/debug.keystore
|| true
script: cd android_app && ./gradlew testDebug assembleDebug
script: cd android_app && ./gradlew testDebug assembleAndroidTest assembleDebug
before_deploy:
- ln -s app/build/outputs/apk/debug/app-debug.apk openScale-dev-build.apk