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:
parent
a88d2f35a8
commit
77973301ac
6 changed files with 223 additions and 26 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
/*.jsonl
|
||||
/*.tar.gz
|
||||
/*.zip
|
||||
/.vscode
|
||||
/apitool
|
||||
/apitool.exe
|
||||
/coverage.cov
|
||||
|
|
|
|||
Loading…
Reference in a new issue