Skip to content

ISS-24: Fix non-persistent write settings (#25) #70

ISS-24: Fix non-persistent write settings (#25)

ISS-24: Fix non-persistent write settings (#25) #70

Workflow file for this run

name: C Autotools CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Autotools autoreconf
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck