Skip to content

Commit

Permalink
Test Linux build on Github Actions
Browse files Browse the repository at this point in the history
This script is a translation of the Travis CI configuration.
It uses the latest Ubuntu as a runner.
  • Loading branch information
Ioannis Konstantelias committed Sep 6, 2024
1 parent 1ec9e65 commit ab3bb07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit ab3bb07

Please sign in to comment.