de60fb0588
* fix(make): correctly write oonimkall.podspec Part of https://github.com/ooni/probe/issues/1439 * chore: set version number to v3.10.0-beta.1 * fix(ios): don't build a target that requires git
12 lines
236 B
YAML
12 lines
236 B
YAML
name: ios
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'release/**'
|
|
jobs:
|
|
test:
|
|
runs-on: macos-10.15
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: ./make --disable-embedding-psiphon-config -t ./MOBILE/ios/oonimkall.framework.zip
|