2021-05-06 19:56:55 +02:00
|
|
|
# android checks whether we can build for Android
|
2021-02-02 12:05:47 +01:00
|
|
|
name: android
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2021-03-08 14:52:04 +01:00
|
|
|
- "release/**"
|
2021-02-02 12:05:47 +01:00
|
|
|
jobs:
|
|
|
|
test:
|
2021-04-29 10:30:39 +02:00
|
|
|
runs-on: ubuntu-20.04
|
2021-02-02 12:05:47 +01:00
|
|
|
steps:
|
2021-05-11 16:15:13 +02:00
|
|
|
- uses: actions/setup-go@v1
|
|
|
|
with:
|
2021-10-20 18:16:40 +02:00
|
|
|
go-version: "1.17.2"
|
2021-02-02 12:05:47 +01:00
|
|
|
- uses: actions/checkout@v2
|
2021-05-11 16:15:13 +02:00
|
|
|
- run: ./mk OONI_PSIPHON_TAGS="" ./MOBILE/android/oonimkall.aar
|