Skip to content

Commit

Permalink
ci: add emscripten build
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Sep 20, 2024
1 parent fc14903 commit 7f6a9ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,17 @@ jobs:
run: make -f Makefile.dmc
working-directory: test

emcscripten:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mymindstorm/setup-emsdk@v14
- name: Compile
env:
CC: emcc
CXX: emcc
run: make -C test

gcc:
runs-on: ubuntu-${{ matrix.distro }}
strategy:
Expand Down

0 comments on commit 7f6a9ca

Please sign in to comment.