Skip to content

Commit

Permalink
add smoke test for make install/uninstall to ubuntu autotools github …
Browse files Browse the repository at this point in the history
…CI workflow. wip for #957
  • Loading branch information
RossBencina committed Aug 15, 2024
1 parent 52d50e2 commit bd06a54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
run: ./configure
- name: make
run: make
- name: install
run: make install
- name: uninstall
run: make uninstall

0 comments on commit bd06a54

Please sign in to comment.