Attempt to do cross-android build in CI

This commit is contained in:
Erik Ekman 2021-08-16 14:58:20 +02:00
parent 569a86a140
commit cfd0b07e1f

View File

@ -19,3 +19,15 @@ jobs:
run: sudo apt install check
- name: run tests
run: make test
build-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nttld/setup-ndk@v1
with:
ndk-version: r21e
- name: make
run: make cross-android