fix dev.obfusk.sokobang

This commit is contained in:
Felix C. Stegerman 2021-08-01 16:14:08 +02:00
parent 03cf32ee81
commit 0aa2afd1fe
No known key found for this signature in database
GPG key ID: B218FF2C27FC6CC6

View file

@ -165,7 +165,7 @@ Builds:
- printf '39aea82cd958e60ffed8f8dd9bacdce4f1fd22a2e0c97b25b348f56309dd671533109e0e39aa5ca6d0fff36dc653fb5ff270773d2ee94d6b2fab7905bd2c85a9 tools.zip\n'
| sha512sum -c
- unzip -q tools.zip
- ( [ -z "$CI_JOB_ID" ] || chown -R vagrant . )
- chown -R vagrant .
output: bin/sokobang-$$VERSION$$-armeabi-v7a-release-unsigned.apk
srclibs:
- cpython@v3.9.6
@ -179,8 +179,6 @@ Builds:
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?p4a.source_dir =.*:p4a.source_dir = $$python-for-android$$:" -i
buildozer.spec
- ( [ -z "$CI_JOB_ID" ] || sed -r 's:warn_on_root = 1:warn_on_root = 0:' -i
buildozer.spec )
- make _android_setup_user BUILDOZER="$$buildozer$$"
build:
- export PATH=/usr/local/bin:/bin:/usr/bin
@ -228,7 +226,7 @@ Builds:
- printf '39aea82cd958e60ffed8f8dd9bacdce4f1fd22a2e0c97b25b348f56309dd671533109e0e39aa5ca6d0fff36dc653fb5ff270773d2ee94d6b2fab7905bd2c85a9 tools.zip\n'
| sha512sum -c
- unzip -q tools.zip
- ( [ -z "$CI_JOB_ID" ] || chown -R vagrant . )
- chown -R vagrant .
output: bin/sokobang-$$VERSION$$-arm64-v8a-release-unsigned.apk
srclibs:
- cpython@v3.9.6
@ -242,8 +240,6 @@ Builds:
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
- sed -r "s:#?p4a.source_dir =.*:p4a.source_dir = $$python-for-android$$:" -i
buildozer.spec
- ( [ -z "$CI_JOB_ID" ] || sed -r 's:warn_on_root = 1:warn_on_root = 0:' -i
buildozer.spec )
- make _android_setup_user BUILDOZER="$$buildozer$$"
build:
- export PATH=/usr/local/bin:/bin:/usr/bin