Skip to content

Commit 19bd2bf

Browse files
authored
Merge pull request #3627 from tautschnig/vs-fail
Make Powershell stop on errors [depends-on: #3616, blocks: #2310, #3636, #3637]
2 parents 92096d4 + 2d9c00b commit 19bd2bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ phases:
6464
- |
6565
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6666
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression test BUILD_ENV=MSVC" '
67+
68+
- |
69+
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6770
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression/goto-cl test BUILD_ENV=MSVC" '
6871
6972
- |

0 commit comments

Comments
 (0)