try fix versioning
This commit is contained in:
+1
-2
@@ -15,12 +15,11 @@ build-android:
|
|||||||
# - .gradle/caches
|
# - .gradle/caches
|
||||||
# - .gradle/wrapper
|
# - .gradle/wrapper
|
||||||
script: |
|
script: |
|
||||||
export version="$(git describe --tags)-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
|
|
||||||
bash ./setup-ndk.sh
|
bash ./setup-ndk.sh
|
||||||
export ANDROID_HOME="$PWD/Android/Sdk"
|
export ANDROID_HOME="$PWD/Android/Sdk"
|
||||||
bin/update && bin/apply-ci && cd works/core
|
bin/update && bin/apply-ci && cd works/core
|
||||||
|
export version="$(git describe --tags)-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git tag v$version -f
|
|
||||||
make lib_install
|
make lib_install
|
||||||
export PATH="$PATH:$(go env GOPATH)/bin"
|
export PATH="$PATH:$(go env GOPATH)/bin"
|
||||||
go mod tidy
|
go mod tidy
|
||||||
|
|||||||
Reference in New Issue
Block a user