Skip to content

Attempt to disble pointless js testing #708

Attempt to disble pointless js testing

Attempt to disble pointless js testing #708

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