fix env again
This commit is contained in:
@@ -15,6 +15,7 @@ build-android:
|
|||||||
script: |
|
script: |
|
||||||
export version="$(git describe --tags)-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
|
export version="$(git describe --tags)-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
|
||||||
bash ./setup-ndk.sh
|
bash ./setup-ndk.sh
|
||||||
|
ln -s Android "$HOME/Android"
|
||||||
bin/update && bin/apply-ci && cd works/core
|
bin/update && bin/apply-ci && cd works/core
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git tag v$version -f
|
git tag v$version -f
|
||||||
|
|||||||
Reference in New Issue
Block a user