Skip to content

Merge pull request #34 from FGasper/issue_33_modern_emscripten #1

Merge pull request #34 from FGasper/issue_33_modern_emscripten

Merge pull request #34 from FGasper/issue_33_modern_emscripten #1

Workflow file for this run

on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
# As of this writing, Ubuntu’s emscripten doesn’t accommodate
# the Node.js bug described in
# https://github.com/emscripten-core/emscripten/issues/16913.
#
# So no Linux for now.
mac:
runs-on: macOS-latest
steps:
- run: node --version
- uses: actions/checkout@main
- run: brew install emscripten autoconf automake libtool
- run: make test