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