add apply-ci to keep git metadata

This commit is contained in:
n3t1zen
2026-05-04 15:21:58 +08:00
parent 312cb88c2e
commit d7a9241f9d
3 changed files with 187 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ build-android:
script:
- export version="$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
- bash ./setup-ndk.sh
- bin/update && bin/apply && cd works/core
- bin/update && bin/apply-ci && cd works/core
- git submodule update --init --recursive
- git tag v$version -f
- make lib_install