ci: don't run Gradle Daemon to not waste time
This commit is contained in:
parent
81197b1aa4
commit
bec23c6d57
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export PATH=$PATH:$JAVA_HOME/bin:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$AN
|
||||||
|
|
||||||
pushd android
|
pushd android
|
||||||
|
|
||||||
./gradlew assembleContinuous || exit 1
|
./gradlew assembleContinuous --no-daemon || exit 1
|
||||||
|
|
||||||
pushd app/build/outputs/apk/continuous
|
pushd app/build/outputs/apk/continuous
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue