110 lines
3.6 KiB
YAML
110 lines
3.6 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
AuthorName: Wiiznokes
|
|
SourceCode: https://github.com/wiiznokes/gitnote
|
|
IssueTracker: https://github.com/wiiznokes/gitnote/issues
|
|
Changelog: https://github.com/wiiznokes/gitnote/blob/master/CHANGELOG.md
|
|
Donate: https://www.paypal.com/donate/?hosted_button_id=HV84HZ4G63HQ6
|
|
|
|
AutoName: GitNote
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/wiiznokes/gitnote.git
|
|
|
|
Builds:
|
|
- versionName: 25.05.5
|
|
versionCode: 5
|
|
commit: 1bd86884ac757047deb55fddfcc61012850eb0bc
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install build-essential unzip cmake wget
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/src/main/jniLibs
|
|
- app/libgit2-android/tests
|
|
- app/libgit2-android/openssl/fuzz/corpora
|
|
- app/libgit2-android/fuzzers
|
|
- app/libgit2-android/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
|
- app/libgit2-android/openssl/cloudflare-quiche/fuzz
|
|
scandelete:
|
|
- app/libgit2-android
|
|
build:
|
|
- cd libgit2-android
|
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=arm64-v8a BUILD_ALL=1
|
|
./build.sh
|
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=x86_64 BUILD_ALL=1
|
|
CLEAN=1 ./build.sh
|
|
ndk: r27c
|
|
|
|
- versionName: 25.05.6-rc1
|
|
versionCode: 6
|
|
commit: 671002dcf75fea419001bd59f1ad73c8defe44c5
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install build-essential unzip cmake wget
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/src/main/jniLibs
|
|
- app/libgit2-android/tests
|
|
- app/libgit2-android/openssl/fuzz/corpora
|
|
- app/libgit2-android/fuzzers
|
|
- app/libgit2-android/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
|
- app/libgit2-android/openssl/cloudflare-quiche/fuzz
|
|
scandelete:
|
|
- app/libgit2-android
|
|
build:
|
|
- cd libgit2-android
|
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=arm64-v8a BUILD_ALL=1
|
|
./build.sh
|
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=x86_64 BUILD_ALL=1
|
|
CLEAN=1 ./build.sh
|
|
ndk: r27c
|
|
|
|
- versionName: '25.06'
|
|
versionCode: 7
|
|
commit: afd7089a0ec18823cf3a5d287aa57428b3cccc98
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install build-essential unzip cmake wget
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/src/main/jniLibs
|
|
- app/libgit2-android/tests
|
|
- app/libgit2-android/openssl/fuzz/corpora
|
|
- app/libgit2-android/fuzzers
|
|
- app/libgit2-android/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
|
- app/libgit2-android/openssl/cloudflare-quiche/fuzz
|
|
scandelete:
|
|
- app/libgit2-android
|
|
build:
|
|
- cd libgit2-android
|
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=arm64-v8a BUILD_ALL=1
|
|
./build.sh
|
|
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=x86_64 BUILD_ALL=1
|
|
CLEAN=1 ./build.sh
|
|
ndk: r27c
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '25.06'
|
|
CurrentVersionCode: 7
|