ci: fix missing mktools dependency
arcad/arcast/pipeline/head There was a failure building this commit
Details
arcad/arcast/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
d15ce3eabd
commit
723b8e8905
|
@ -51,7 +51,7 @@ standardMakePipeline([
|
||||||
'extras;google;google_play_services'
|
'extras;google;google_play_services'
|
||||||
''',
|
''',
|
||||||
'hooks': [
|
'hooks': [
|
||||||
'pre-release': {
|
'pre-build': {
|
||||||
sh '''
|
sh '''
|
||||||
make .mktools
|
make .mktools
|
||||||
'''
|
'''
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ build-client: deps ## Build executable
|
||||||
-o ./bin/client \
|
-o ./bin/client \
|
||||||
./cmd/client
|
./cmd/client
|
||||||
|
|
||||||
build-android: tools/gogio/bin/gogio deps ## Build executable
|
build-android: .mktools tools/gogio/bin/gogio deps ## Build executable
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
CGO_ENABLED=1 GOOS=android CGO_CFLAGS="-I${JDK_PATH}/include -I${JDK_PATH}/include/linux -w" tools/gogio/bin/gogio -target android -buildmode archive -o android/app/libs/mobile.aar -x ./cmd/mobile
|
CGO_ENABLED=1 GOOS=android CGO_CFLAGS="-I${JDK_PATH}/include -I${JDK_PATH}/include/linux -w" tools/gogio/bin/gogio -target android -buildmode archive -o android/app/libs/mobile.aar -x ./cmd/mobile
|
||||||
( cd android && VERSION_NAME=$(MKT_PROJECT_VERSION)-debug ./gradlew assembleDebug )
|
( cd android && VERSION_NAME=$(MKT_PROJECT_VERSION)-debug ./gradlew assembleDebug )
|
||||||
|
|
Loading…
Reference in New Issue