diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:10:31 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:10:31 +0100 |
| commit | a0e9c10bcfeadc2db944494683900acc168d85dc (patch) | |
| tree | d77b112df4d713aaa3537e510ffcaed5087d98e6 /.github | |
| parent | 359ba635b72bfbe9f371b926d7b055554979780a (diff) | |
fix emscripten tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87b339a6..fa4fd08e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,15 +39,14 @@ jobs: - name: test_linux run: | ./tests/test_linux.sh - #emscripten: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v2 - # - uses: seanmiddleditch/gha-setup-ninja@master - # - name: test_emscripten - # run: | - # cd tests - # ./test_emscripten.sh + emscripten: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: seanmiddleditch/gha-setup-ninja@master + - name: test_emscripten + run: | + ./tests/test_emscripten.sh #android: # runs-on: ubuntu-latest # steps: |