Skip to content

Process --version, -h, --help. #55

Process --version, -h, --help.

Process --version, -h, --help. #55

Workflow file for this run

name: Regression Tests
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: sudo apt-get install -y bmake valgrind
- name: Configure
run: |
cat /etc/os-release
./configure
bmake regress
bmake valgrind