Prepare 3.10.0-beta release (#313)
This diff implements part of the release checklist at https://github.com/ooni/probe/issues/1439. The plan is to bless a beta release and use it for further testing on Android devices. Afterward, we need to apply some extra changes to the `cli` (including https://github.com/ooni/probe-cli/pull/314 and https://github.com/ooni/probe-cli/pull/312). Finally, we will bless a full 3.10.0 release.
This commit is contained in:
parent
514ad8d0f5
commit
a88d2f35a8
22 changed files with 190 additions and 377 deletions
|
|
@ -7,7 +7,7 @@ go get -u golang.org/x/mobile/cmd/gomobile
|
|||
gomobile init
|
||||
output=MOBILE/ios/oonimkall.framework
|
||||
gomobile bind -target=ios -o $output -ldflags="-s -w" ./pkg/oonimkall
|
||||
release=$(git describe --tags)
|
||||
release=$(git describe --tags || echo $GITHUB_SHA)
|
||||
version=$(date -u +%Y.%m.%d-%H%M%S)
|
||||
podspecfile=./MOBILE/ios/oonimkall.podspec
|
||||
(cd ./MOBILE/ios && rm -f oonimkall.framework.zip && zip -yr oonimkall.framework.zip oonimkall.framework)
|
||||
|
|
|
|||
Loading…
Reference in a new issue