Skip to content

ProbABEL build and tests #4

ProbABEL build and tests

ProbABEL build and tests #4

Workflow file for this run

name: build
run-name: ProbABEL build and tests
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install -y build-essential
- run: autoreconf -i
- run: ./configure --enable-dev-options --disable-silent-rules
- run: make
- run: make check