This commit is contained in:
Lars-Peter Clausen 2026-01-22 13:48:31 +00:00 committed by GitHub
commit 55e0c7fa34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

1
.github/test.sh vendored
View File

@ -8,6 +8,7 @@ cd ivtest
status=0
perl vvp_reg.pl || status=1
mv log vvp_log
if [ "x$1" = "xno-pli1" ] ; then
perl vpi_reg.pl || status=1

View File

@ -35,7 +35,12 @@ jobs:
- name: Test
run: ./.github/test.sh
- name: Archive test logs
if: always()
uses: actions/upload-artifact@v4
with:
name: test-logs-macOS
path: ivtest/*log/*
lin:
strategy:
@ -66,6 +71,13 @@ jobs:
- name: Test
run: ./.github/test.sh
- name: Archive test logs
if: always()
uses: actions/upload-artifact@v4
with:
name: test-logs-ubuntu-${{ matrix.os }}
path: ivtest/*log/*
- name: Documentation
run: |
cd Documentation
@ -126,6 +138,13 @@ jobs:
./.github/test.sh
fi
- name: Archive test logs
if: always()
uses: actions/upload-artifact@v4
with:
name: test-logs-${{ matrix.msystem }}-${{ matrix.arch }}
path: ivtest/*log/*
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.msystem }}