2
0
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:
Alibek Omarov 2024-11-20 07:31:54 +03:00
parent 81197b1aa4
commit bec23c6d57

View File

@ -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