mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 01:45:19 +01:00
ci: don't run Gradle Daemon to not waste time
This commit is contained in:
parent
81197b1aa4
commit
bec23c6d57
@ -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…
Reference in New Issue
Block a user