Skip to content

Commit 9a8d9dd

Browse files
committed
WIP 2024-04-23 wto 11:04
1 parent a8c38fa commit 9a8d9dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
- uses: actions/checkout@v4
8585
- name: Generate
8686
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
87+
- name: Save environment dump
88+
run: printenv > build/envdump.txt
8789
- name: Build tests
8890
run: cmake --build build --target all-tests -- -j
8991
- name: Unit tests
@@ -94,6 +96,7 @@ jobs:
9496
name: log-pvc-impi-icpx-${{ matrix.config }}
9597
path: |
9698
build/CMakeCache.txt
99+
build/envdump.txt
97100
build/Testing
98101
build/test/gtest/mhp/*.log
99102
build/benchmarks/gbench/mhp/*.log

0 commit comments

Comments
 (0)