supertuxkart: New build with optimized assets
This commit is contained in:
parent
a6b93da2f0
commit
f17de31d1f
|
@ -80,6 +80,33 @@ Builds:
|
|||
- ./make.sh -j`nproc`
|
||||
ndk: r12b
|
||||
|
||||
- versionName: '1.0'
|
||||
versionCode: 105
|
||||
commit: '1.0'
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install imagemagick pngquant vorbis-tools
|
||||
output: build/outputs/apk/android-release-unsigned.apk
|
||||
srclibs:
|
||||
- supertuxkartdeps@f0a772c941b77e0cdae02baac332089b3af3f4dc
|
||||
- supertuxkartassets10@18212
|
||||
prebuild:
|
||||
- tar -C '../lib' -xf $$supertuxkartdeps$$/dependencies-android.tar.xz
|
||||
- sed -i -e 's#../../stk-assets#$$supertuxkartassets10$$#' generate_assets.sh
|
||||
scandelete:
|
||||
- lib/curl/tests
|
||||
- tools/windows_installer
|
||||
build:
|
||||
- export BUILD_TYPE=release
|
||||
- export SDK_PATH=$$SDK$$
|
||||
- export NDK_PATH=$$NDK$$
|
||||
- export PROJECT_VERSION=$$VERSION$$
|
||||
- export PROJECT_CODE=$$VERCODE$$
|
||||
- ./generate_assets.sh
|
||||
- ./make.sh -j`nproc`
|
||||
ndk: r12b
|
||||
|
||||
MaintainerNotes: |-
|
||||
By default, the build script only builds a binary for armeabi-v7a.
|
||||
|
||||
|
@ -87,3 +114,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 105
|
||||
|
|
Loading…
Reference in a new issue