Skip to content

Added timeout flag, man page HTML generation + more, bumped version t… #55

Added timeout flag, man page HTML generation + more, bumped version t…

Added timeout flag, man page HTML generation + more, bumped version t… #55

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and test on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build program and run tests
run: |
gem install xcpretty
make test | xcpretty -c && exit ${PIPESTATUS[0]}