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.
1 parent 3b2500b commit 7f9e8d3Copy full SHA for 7f9e8d3
buildspec-windows.yml
@@ -40,6 +40,10 @@ phases:
40
$env:Path = "C:\tools\cygwin\bin;$env:Path"
41
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" '
42
43
+ - |
44
+ $env:Path = "$pwd\src\solvers;C:\tools\cygwin\bin;$env:Path"
45
+ cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression/cbmc test-cprover-smt2 BUILD_ENV=MSVC" '
46
+
47
- |
48
49
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression/cbmc test-paths-lifo BUILD_ENV=MSVC" '
0 commit comments