Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Link to new location #125

Link to new location

Link to new location #125

Workflow file for this run

name: make check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: autoreconf
run: autoreconf -f -i
- name: configure
run: ./configure
- name: weborf tests
run: make check || (cat test-suite.log; false)