diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml new file mode 100644 index 000000000..633c39125 --- /dev/null +++ b/.github/workflows/emscripten.yml @@ -0,0 +1,16 @@ +name: Build (Emscripten) + +on: [push, pull_request] + +jobs: + emscripten: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: mymindstorm/setup-emsdk@v10 + with: + version: 2.0.27 + - name: Configure CMake + run: emcmake cmake -B build + - name: Build + run: cmake --build build/