Skip to content

Commit

Permalink
update workflow to enable packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend committed Jul 14, 2024
1 parent 692e658 commit 8454e6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name make prefix
run: mkdir -p ./usr/bin ./usr/share/man/man1/
- name: make
run: make
run: make CFLAGS="-static"
- name: make install
run: DESTDIR=. PREFIX=/usr/ make install
- name:
run: tar czf aee-14.1.tar.gz ./usr/
- name: make uninstall
run: make uninstall
- name: make clean
Expand Down

0 comments on commit 8454e6f

Please sign in to comment.