From cfd0b07e1f2fb23d3dfee5fd87792a887eaa5b9c Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Mon, 16 Aug 2021 14:58:20 +0200 Subject: [PATCH] Attempt to do cross-android build in CI --- .github/workflows/ubuntu.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 55a37cd..52c92d2 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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