WIP Update net.osmand.plus to v4.6.12

This commit is contained in:
yourealwaysbe 2024-01-23 11:20:27 +00:00 committed by Licaon_Kter
parent 341d492025
commit 243b910a18

View file

@ -5810,6 +5810,147 @@ Builds:
antifeatures:
- Tracking
- versionName: 4.6.12
versionCode: 461201
commit: v4.6.12
timeout: 20000
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update
- apt-get install -y ant g++ clang build-essential python-is-python2
- apt-get install -y -t bullseye-backports cmake automake
- apt-get install -y byacc libpcre2-dev
gradle:
- android
- full
- opengl
- armv7
srclibs:
- swig@v4.1.1
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAnd-telegram/
- help/website/images/features.zip
- resources/icons/tools/SVGtoXML/vd-tool
prebuild: ../../prebuild.sh $$VERSION$$ $$VERCODE$$ armv7
scanignore:
- help/website/fonts/*.woff
- help/website/fonts/*.eot
- help/website/fonts/*.ttf
- resources/voice/tr/voice/*.ogg
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icudata.jar
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icutzdata.jar
scandelete:
- resources/test-resources
build:
- pushd $$swig$$
- ./autogen.sh
- ./configure --prefix=$$swig$$
- make -j`nproc`
- make install
- popd
- export PATH=$$swig$$/bin:$PATH
- ../../build.sh armv7
ndk: r23c
antifeatures:
- Tracking
- versionName: 4.6.12
versionCode: 461202
commit: v4.6.12
timeout: 20000
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update
- apt-get install -y ant g++ clang build-essential python-is-python2
- apt-get install -y -t bullseye-backports cmake automake
- apt-get install -y byacc libpcre2-dev
gradle:
- android
- full
- opengl
- x86
srclibs:
- swig@v4.1.1
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAnd-telegram/
- help/website/images/features.zip
- resources/icons/tools/SVGtoXML/vd-tool
prebuild: ../../prebuild.sh $$VERSION$$ $$VERCODE$$ x86
scanignore:
- help/website/fonts/*.woff
- help/website/fonts/*.eot
- help/website/fonts/*.ttf
- resources/voice/tr/voice/*.ogg
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icudata.jar
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icutzdata.jar
scandelete:
- resources/test-resources
build:
- pushd $$swig$$
- ./autogen.sh
- ./configure --prefix=$$swig$$
- make -j`nproc`
- make install
- popd
- export PATH=$$swig$$/bin:$PATH
- ../../build.sh x86
ndk: r23c
antifeatures:
- Tracking
- versionName: 4.6.12
versionCode: 461203
commit: v4.6.12
timeout: 20000
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update
- apt-get install -y ant g++ clang build-essential python-is-python2
- apt-get install -y -t bullseye-backports cmake automake
- apt-get install -y byacc libpcre2-dev
gradle:
- android
- full
- opengl
- arm64
srclibs:
- swig@v4.1.1
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAnd-telegram/
- help/website/images/features.zip
- resources/icons/tools/SVGtoXML/vd-tool
prebuild: ../../prebuild.sh $$VERSION$$ $$VERCODE$$ arm64
scanignore:
- help/website/fonts/*.woff
- help/website/fonts/*.eot
- help/website/fonts/*.ttf
- resources/voice/tr/voice/*.ogg
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icudata.jar
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icutzdata.jar
scandelete:
- resources/test-resources
build:
- pushd $$swig$$
- ./autogen.sh
- ./configure --prefix=$$swig$$
- make -j`nproc`
- make install
- popd
- export PATH=$$swig$$/bin:$PATH
- ../../build.sh arm64
ndk: r23c
antifeatures:
- Tracking
MaintainerNotes: |-
Update CV only after sucessfully built and tested.