Skip to content

Commit

Permalink
Adding more steps to Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pose authored Jan 3, 2025
1 parent 5f456f1 commit 0d636a1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make all

- name: Run autoreconf
run: autoreconf -fi
- name: Run configure
run: ./configure
- name: Run make
run: make
- name: Run tests
run: make check
- name : Run make install
run: make install

0 comments on commit 0d636a1

Please sign in to comment.