Skip to content

Remove uses of std::system(nullptr) #79

Remove uses of std::system(nullptr)

Remove uses of std::system(nullptr) #79

Workflow file for this run

name: Wasm Build
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: '0'
- name: Build web
run: docker-compose -f source/wasm/docker-compose.yml --project-directory . up
- name: Run tests
run: node test/wasm/test.js