Skip to content

Test Linux build on Github Actions #2

Test Linux build on Github Actions

Test Linux build on Github Actions #2

Workflow file for this run

name: Build on Linux
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: autoreconf -vfi
- run: ./configure
- run: make