mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ci: don't run Gradle Daemon to not waste time
This commit is contained in:
@@ -7,7 +7,7 @@ export PATH=$PATH:$JAVA_HOME/bin:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$AN
|
||||
|
||||
pushd android
|
||||
|
||||
./gradlew assembleContinuous || exit 1
|
||||
./gradlew assembleContinuous --no-daemon || exit 1
|
||||
|
||||
pushd app/build/outputs/apk/continuous
|
||||
|
||||
|
||||
Reference in New Issue
Block a user