Skip to content

Commit b422742

Browse files
authored
collect error output from ctest, if any
1 parent bdb6069 commit b422742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
cmake -G "Ninja" -DCMAKE_C_COMPILER=cl -DCMAKE_Fortran_COMPILER=flang-new -DC_LAPACK=1 -DCMAKE_MT=mt -DCMAKE_BUILD_TYPE=Release -DMSVC_STATIC_CRT=ON ..
137137
cmake --build . --config Release
138138
ctest
139-
139+
ctest --rerun-failed --output-on-failure
140140
141141
142142
- job: OSX_OpenMP

0 commit comments

Comments
 (0)