Skip to content

Upgraded to xeus 3.2.0 and build with cpp17 #35

Upgraded to xeus 3.2.0 and build with cpp17

Upgraded to xeus 3.2.0 and build with cpp17 #35

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
emscripten_wasm:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
emsdk: ["2.0.32", "latest"]
steps:
- uses: actions/checkout@v4
- uses: docker-practice/actions-setup-docker@master
- run: |
chmod +x test/test_emscripten.sh
./test/test_emscripten.sh BUILD ${{ matrix.emsdk }}