Skip to content

Sync commits with dieharder-rgb repo #7

Sync commits with dieharder-rgb repo

Sync commits with dieharder-rgb repo #7

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: autogen.sh
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
# - name: make distcheck
# run: make distcheck