Skip to content

Split the views for the interesting selector sets. #22

Split the views for the interesting selector sets.

Split the views for the interesting selector sets. #22

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Dependencies
run: sudo apt-get install g++ scons
- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v14
- name: Build
run: ./build
- name: Test
run: xvfb-run ./test
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Dependencies
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install scons
- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v14
- name: Build
run: ./build
- name: Test
run: ./test