Skip to content

Commit

Permalink
#98
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyg committed Jan 17, 2025
1 parent ff5a479 commit f85f2a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ jobs:
export LD_LIBRARY_PATH=$(brew --prefix libarchive)/lib:/usr/local/lib:$LD_LIBRARY_PATH
make release
- name: MacOS, unit-test
if: startsWith(matrix.config.name, 'MacOS Latest')
shell: bash
run: |
make release unittest
- name: Package
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
export CFLAGS="-std=gnu11 -D_XOPEN_SOURCE=500 -D__EXTENSIONS__=1"
./configure --prefix=/usr
gmake release build
gmake release unittest
## References:
## https://github.com/oracle/solaris-userland/blob/master/make-rules/shared-macros.mk
Expand Down

0 comments on commit f85f2a1

Please sign in to comment.