add apply-ci to keep git metadata
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user