Skip to content

Revert part of #1473 #691

Revert part of #1473

Revert part of #1473 #691

Workflow file for this run

name: Main link-grammar CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: sudo apt-get install autoconf-archive flex libpcre2-dev
- name: autoconf
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck