diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:23:23 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:23:23 +0100 |
| commit | 4696f892b14bdd57c561a77e2c1875e7ed6e75f1 (patch) | |
| tree | 1637dd8d79f5c692f36c9aae8a6f30f91a8d6782 /.github | |
| parent | a0e9c10bcfeadc2db944494683900acc168d85dc (diff) | |
fix android tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa4fd08e..eddd9a03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,18 +47,17 @@ jobs: - name: test_emscripten run: | ./tests/test_emscripten.sh - #android: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v2 - # - uses: seanmiddleditch/gha-setup-ninja@master - # - uses: actions/setup-java@v1 - # with: - # java-version: '8' - # - name: test_android - # run: | - # cd tests - # ./test_android.sh + android: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: seanmiddleditch/gha-setup-ninja@master + - uses: actions/setup-java@v1 + with: + java-version: '8' + - name: test_android + run: | + ./tests/test_android.sh #uwp: # runs-on: windows-latest # steps: |