android/travis: Replace configure-on-demand by parallel for gradlew
This commit is contained in:
parent
b5fcea7135
commit
433f23dd04
|
@ -22,7 +22,7 @@ install:
|
|||
script:
|
||||
- cd shell/android-studio
|
||||
- chmod +x gradlew
|
||||
- ./gradlew assembleDreamcastDebug --configure-on-demand --console=plain
|
||||
- ./gradlew assembleDreamcastDebug --console=plain --parallel
|
||||
|
||||
before_deploy:
|
||||
- cd ../../
|
||||
|
|
Loading…
Reference in New Issue