Skip to content

Merge branch 'master' of https://github.com/nasajoey/dwsolver #27

Merge branch 'master' of https://github.com/nasajoey/dwsolver

Merge branch 'master' of https://github.com/nasajoey/dwsolver #27

Workflow file for this run

name: MacOS Build/Test
on:
push:
branches:
- master
- stage
paths-ignore:
- '.gitignore'
- 'README.md'
jobs:
build-and-test-macos:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: configure the code
run: ./configure
- name: Build the code
run: make
- name: Install the executable
run: make install
- name: Run test script
run: cd tests && ./dw-tests.sh