Skip to content

1 sub-directory [6 files] [2023.11.01-2023.11.03] #172

1 sub-directory [6 files] [2023.11.01-2023.11.03]

1 sub-directory [6 files] [2023.11.01-2023.11.03] #172

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "Seanpm2001-forklist" ]
pull_request:
branches: [ "Seanpm2001-forklist" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck