From ed4cc42dc9cb30771cb80f420bd6ab3829510eec Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 11 Jan 2020 01:56:03 +0200 Subject: [PATCH] Add build-android --- .github/workflows/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e04810..a14e40f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -154,6 +154,20 @@ jobs: cd platforms/ios xcodebuild build -scheme wasm3 -project wasm3.xcodeproj -configuration Release -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.3' + build-android: + runs-on: ubuntu-latest + timeout-minutes: 5 + steps: + - uses: actions/checkout@v1 + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build + run: | + cd platforms/android + ./gradlew build + build-raspberry: runs-on: [self-hosted, linux, ARM] if: "false" # TODO: implement QEMU-based RPi build/test environment