Skip to content

Ignoring 'make check' for now on Github Actions. #6

Ignoring 'make check' for now on Github Actions.

Ignoring 'make check' for now on Github Actions. #6

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew install automake jq shunit2
- name: Run autoreconf
run: autoreconf -fi
- name: Run configure
run: ./configure
- name: Run make
run: make
- name : Run make install
run: make install