misc fixes

This commit is contained in:
linsui 2021-10-17 02:14:32 +08:00
parent f4f39eb770
commit 29999dc80b
8 changed files with 41 additions and 7 deletions

View file

@ -126,8 +126,13 @@ Builds:
- versionName: 2.6.1
versionCode: 2610
disable: dose not verify
commit: be10120e4581ef8c242ccbb882fec93cb8ef1c47
subdir: verifier
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- prod
rm:

View file

@ -126,8 +126,13 @@ Builds:
- versionName: 2.6.1
versionCode: 2610
disable: dose not verify
commit: be10120e4581ef8c242ccbb882fec93cb8ef1c47
subdir: wallet
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- prod
rm:

View file

@ -56,6 +56,10 @@ Builds:
versionCode: 8
commit: 4fb0348d4282576d4d80632aa062a272973a4dc4
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -50,6 +50,10 @@ Builds:
versionCode: 9
commit: ceb1fcd149ce5c39dae7f3fa9871627e5f8aeba8
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -43,6 +43,10 @@ Builds:
versionCode: 5
commit: 568d84a1a3787c655d3f727cdc8c876d5bdc9623
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -78,7 +78,7 @@ Builds:
commit: ca11c06c063c92ef0ca17c66a52250144d593108
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.5.1
- flutter@2.5.3
rm:
- ios
build:

View file

@ -379,10 +379,14 @@ Builds:
gradle:
- yes
- versionName: 6.10.0
versionCode: 109
commit: f7bdfd316269aeb7e84babdb0c44a649dbc3ac2c
- versionName: 6.10.1
versionCode: 110
commit: cabcfb8cc9da3bf0a73c6faef4c6ea253654c461
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
patch:
- build.patch
gradle:
@ -390,5 +394,5 @@ Builds:
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.10.0
CurrentVersionCode: 109
CurrentVersion: 6.10.1
CurrentVersionCode: 110

View file

@ -375,6 +375,7 @@ Builds:
- versionName: '0.23'
versionCode: 60
disable: build failed
commit: 163c59128ef3182e739d83888afa1caefa8b9616
sudo:
- apt-get update || apt-get update
@ -383,7 +384,14 @@ Builds:
- pip3 install meson
- update-alternatives --install /usr/bin/cc cc /usr/bin/clang-7 100
- update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-7 100
- pushd build/srclib/cpython
- ./configure
- make -j`nproc`
- make altinstall
- popd
output: output/android/android/apk/mpd-unsigned.apk
srclibs:
- cpython@v3.10.0
prebuild:
- mkdir -p output/android/android/classes/
- $$SDK$$/tools/bin/sdkmanager 'platforms;android-29' 'build-tools;29.0.3' >
@ -396,7 +404,7 @@ Builds:
- src/haiku/
build:
- cd output/android/
- ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a
- python3.10 ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a
- meson configure
- ninja android/apk/mpd-unsigned.apk
ndk: r22b