mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 01:51:07 +09:00
GO-3906 Fix tantivy build for ios
This commit is contained in:
parent
20ff0b5bbd
commit
fc43986289
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -233,8 +233,9 @@ jobs:
|
|||
go install go.uber.org/mock/mockgen@v0.3.0
|
||||
make test-deps
|
||||
gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector timetzdata" -ldflags "$FLAGS" -v -target=ios -o Lib.xcframework github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core || true
|
||||
mkdir -p dist/ios/ && mv Lib.xcframework dist/ios/
|
||||
go run cmd/iosrepack/main.go
|
||||
gtar --exclude ".*" -czvf ios_framework.tar.gz Lib.xcframework protobuf json
|
||||
gtar --exclude ".*" -czvf ios_framework.tar.gz dist/ios/Lib.xcframework protobuf json
|
||||
gradle publish
|
||||
mv ios_framework.tar.gz .release/ios_framework_${VERSION}.tar.gz
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue