ooni-probe-cli/.github/workflows/ios.yml

17 lines
382 B
YAML

# ios checks whether we can build for iOS
name: ios
on:
push:
branches:
- "mobile-staging"
- "release/**"
jobs:
test:
runs-on: macos-10.15
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.17.2"
- uses: actions/checkout@v2
- run: ./mk OONI_PSIPHON_TAGS="" XCODE_VERSION=12.4 ./MOBILE/ios/oonimkall.framework.zip