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 f08e779
Show file tree
Hide file tree
Showing 5 changed files with 150 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
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 103 additions & 0 deletions .idea/editor.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f08e779

Please sign in to comment.