764293795e
This change is useful to move forward with blessing a new release (https://github.com/ooni/probe/issues/1439).
14 lines
295 B
YAML
14 lines
295 B
YAML
# ios verifies we can still build for iOS
|
|
name: ios
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'release/**'
|
|
- 'master'
|
|
jobs:
|
|
test:
|
|
runs-on: macos-10.15
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: ./make --disable-embedding-psiphon-config -t ./MOBILE/ios/oonimkall.framework.zip
|