feat(make): build miniooni (#322)
This change is useful to move forward with blessing a new release (https://github.com/ooni/probe/issues/1439).
This commit is contained in:
parent
9d5a3321af
commit
764293795e
7 changed files with 209 additions and 65 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
# android verifies we can still build for Android
|
||||
name: android
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "release/**"
|
||||
- "master"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
|||
Loading…
Reference in a new issue