Skip to content

tag v0.6.0

tag v0.6.0 #4

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