77973301ac
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.
13 lines
258 B
YAML
13 lines
258 B
YAML
name: android
|
|
on:
|
|
push:
|
|
branches:
|
|
- mobile-staging
|
|
- "release/**"
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: ./make --disable-embedding-psiphon-config -t ./MOBILE/android/oonimkall.aar
|