refactor: enable automatic iOS builds (#209)
* refactor: enable automatic iOS builds Part of https://github.com/ooni/probe/issues/1335 * fix: go mod tidy
This commit is contained in:
parent
b4c311cb45
commit
c824612812
4 changed files with 8 additions and 8 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
topdir=$(cd $(dirname $0) && pwd -P)
|
||||
set -x
|
||||
export PATH=$(go env GOPATH)/bin:$PATH
|
||||
export GO111MODULE=off
|
||||
go get -u golang.org/x/mobile/cmd/gomobile
|
||||
gomobile init
|
||||
export GO111MODULE=on
|
||||
output=MOBILE/ios/oonimkall.framework
|
||||
gomobile bind -target=ios -o $output -ldflags="-s -w" ./oonimkall
|
||||
Loading…
Reference in a new issue