Skip to content

Merge pull request #125 from oxelson/main #33

Merge pull request #125 from oxelson/main

Merge pull request #125 from oxelson/main #33

Workflow file for this run

#on: push
## push:
## branches: [ master ]
## pull_request:
## branches: [ master ]
#
#jobs:
# build:
#
# runs-on: ubuntu-latest
#
# steps:
# - name: texinfo
# run: sudo apt-get install texlive
# - uses: actions/checkout@v2
# - name: m4
# run: mkdir m4
# - name: autoreconf
# run: autoreconf -i
# - name: configure
# run: ./configure
# - name: check
# run: make -f dev-makefile check