Add Voyager yml changes

This commit is contained in:
Alexander Harding 2023-11-11 15:50:44 +00:00 committed by linsui
parent fc620ad2d2
commit 78b82435b1

View file

@ -11,7 +11,7 @@ AutoName: Voyager
RepoType: git
Repo: https://github.com/aeharding/voyager.git
Binaries: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
Binaries: https://github.com/aeharding/voyager/releases/download/%v/Voyager-Android-%v.apk
Builds:
- versionName: 1.14.5
@ -35,6 +35,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -59,6 +60,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -83,6 +85,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -107,6 +110,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -131,6 +135,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -155,6 +160,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -179,6 +185,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -203,6 +210,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -227,6 +235,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -251,6 +260,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -275,6 +285,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -299,6 +310,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -323,6 +335,7 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
@ -347,26 +360,27 @@ Builds:
- npx cap sync android --deployment
gradle:
- yes
binary: https://github.com/aeharding/voyager/releases/download/%v/Android-%v.apk
scandelete:
- node_modules/
- versionName: 1.23.1
versionCode: 176
commit: 6ac8031d372427e485efd0e98f25981ccd2fa23a
- versionName: 1.23.2
versionCode: 177
commit: a2bce4d45122579f908c60fb362322b6df340641
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.1/node-v18.18.1-linux-x64.tar.gz
- echo "9ce4db11f1d8399f6b58aab6858a688b2e09405127b47ebc4594dc8262a5e29f node.tar.gz"
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz
- echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- corepack enable
- pnpm install --frozen-lockfile
- CI_PLATFORM=android pnpm run build
- CI_PLATFORM=android BUILD_FOSS_ONLY=true pnpm run build
- cd ../..
- npx cap sync android --deployment
gradle:
@ -378,5 +392,5 @@ AllowedAPKSigningKeys: 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.23.1
CurrentVersionCode: 176
CurrentVersion: 1.23.2
CurrentVersionCode: 177