Commit 9e14bd7
committed
CI Win: fail early if build fails
Contrary to bash, GitHub CI pwsh doesn't stop on error but continues. This
can be misleading because `cmake --install` is normally run even though
`cmake --build` fails.1 parent a7be406 commit 9e14bd7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
0 commit comments