keep latest

This commit is contained in:
Licaon_Kter 2025-03-26 14:29:23 +02:00
parent 84b1ecead8
commit e580d9cb84
5 changed files with 0 additions and 90 deletions

View file

@ -202,16 +202,6 @@ Builds:
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 8.13.0
versionCode: 146
commit: a894398a3fa8a735680c2d3790d082af151e0622
subdir: app
gradle:
- free
output: build/outputs/apk/free/release/*_.apk
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 8.13.1
versionCode: 147
commit: 11fe90b572ca721af566ae585866016fdf05b604

View file

@ -300,13 +300,6 @@ Builds:
gradle:
- fdroid
- versionName: 3.0.0
versionCode: 313
commit: 28028503815e43084e81bddcfd8eb6a8345e2ba5
subdir: androidApp
gradle:
- fdroid
- versionName: 3.0.1
versionCode: 314
commit: 2290066861af5375718ee5d567dcace452106e68

View file

@ -15122,21 +15122,6 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: '20250325'
versionCode: 20250325
commit: 8056ae77537c709bfd79484ed8c2be75935b1fae
subdir: app
gradle:
- versionDev
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
- versionName: '20250326'
versionCode: 20250326
commit: 39148bf65f233ef2a8b614e66db6ce2511cce7fe

View file

@ -76,13 +76,6 @@ Builds:
gradle:
- yes
- versionName: '29046953'
versionCode: 29046953
commit: 83d335b05ece23979b71e31410d8614af29cf49c
subdir: app
gradle:
- yes
- versionName: '29048147'
versionCode: 29048147
commit: 39b6738805dc3bbb3e1256b67f133860f50d48a2

View file

@ -1937,57 +1937,6 @@ Builds:
- mv $$siyuan$$/kernel/kernel.aar libs
ndk: r26d
- versionName: 3.1.26
versionCode: 265
commit: 3ab473065d485029ebcd8dc2affa78b85406e6ae
subdir: app
sudo:
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev zip npm strip-nondeterminism
- npm install -g pnpm@v8.14.1
gradle:
- official
srclibs:
- go@go1.23.0
- siyuan@v3.0.17
prebuild:
- sed -i -e '/aliyun/d' ../build.gradle
- sed -i -e '/signing/d' build.gradle
- sdkmanager "platforms;android-34" "build-tools;34.0.0"
- cd $$siyuan$$
- git checkout -f 'v$$VERSION$$'
- sed -i -e '/CheckUpdate/a return' kernel/model/updater.go
- sed -i -e '/GetRhyResult/a return nil, errors.New("rhy disabled for F-Droid")'
kernel/util/rhy.go
- sed -i -e '/return &System{/a DisableGoogleAnalytics:true,' -e '/DownloadInstallPkg/s/true/false/'
kernel/conf/system.go
- cd app
- pnpm install --no-frozen-lockfile
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$siyuan$$/app
- pnpm run build
- zip -r app appearance guide stage changelogs
- strip-nondeterminism -t zip app.zip
- popd
- mkdir -p src/main/assets/
- mv $$siyuan$$/app/app.zip src/main/assets/
- pushd $$siyuan$$/kernel
- go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20240112133503-c713f31d574b
- go mod download
- gomobile init
- gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64'
-androidapi 24 ./mobile/
- popd
- mkdir libs
- mv $$siyuan$$/kernel/kernel.aar libs
ndk: r26d
- versionName: 3.1.26
versionCode: 266
commit: 772a2e45279035a04a8d99b61f116f8bb4e3807d