GitHub: Fix OS X make install step
This commit is contained in:
3
.github/workflows/osx.yml
vendored
3
.github/workflows/osx.yml
vendored
@@ -98,9 +98,10 @@ jobs:
|
|||||||
make check
|
make check
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
|
cd build || true
|
||||||
make DESTDIR=/tmp/h5l install
|
make DESTDIR=/tmp/h5l install
|
||||||
cd /tmp/h5l
|
cd /tmp/h5l
|
||||||
tar czf $HOME/heimdal-install.tgz .
|
tar czf $HOME/heimdal-install-osx.tgz .
|
||||||
- name: Test logs
|
- name: Test logs
|
||||||
run: |
|
run: |
|
||||||
find build -depth -name \*.trs|xargs grep -lw FAIL|sed -e 's/trs$/log/' | cpio -o > $HOME/logs-osx.cpio
|
find build -depth -name \*.trs|xargs grep -lw FAIL|sed -e 's/trs$/log/' | cpio -o > $HOME/logs-osx.cpio
|
||||||
|
Reference in New Issue
Block a user