We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92096d4 + 2d9c00b commit 19bd2bfCopy full SHA for 19bd2bf
buildspec-windows.yml
@@ -64,6 +64,9 @@ phases:
64
- |
65
$env:Path = "C:\tools\cygwin\bin;$env:Path"
66
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"
70
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" '
71
72
0 commit comments