Skip to content

Work on web page.

Work on web page. #59

Workflow file for this run

name: Build MacOSX
on:
push:
branches:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- id: CONFIGURE
run: ./configure
- id: MAKE
run: make
- id: TEST
run: make test