feat(make): implement iOS build (#316)

Part of https://github.com/ooni/probe/issues/1440.

Basically, let us continue to update our build infrastructure so that we can release v3.10.0-beta.

Now, it's the turn of iOS.
This commit is contained in:
Simone Basso 2021-04-29 10:30:39 +02:00 committed by GitHub
commit 77973301ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 223 additions and 26 deletions

View file

@ -6,10 +6,7 @@ on:
- 'release/**'
jobs:
test:
runs-on: macos-latest
runs-on: macos-10.15
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.16"
- uses: actions/checkout@v2
- run: ./build-ios.bash
- run: ./make --disable-embedding-psiphon-config -t ios