feat(make): build miniooni (#322)
This change is useful to move forward with blessing a new release (https://github.com/ooni/probe/issues/1439).
This commit is contained in:
parent
9d5a3321af
commit
764293795e
7 changed files with 209 additions and 65 deletions
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
# ios verifies we can still build for iOS
|
||||
name: ios
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'release/**'
|
||||
- 'master'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: macos-10.15
|
||||
|
|
|
|||
Loading…
Reference in a new issue