Skip to content

Commit 6b0d245

Browse files
author
Daniel Kroening
committed
the jbmc tests now work on Windows
1 parent 6fd77f4 commit 6b0d245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildspec-windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
- |
2222
$env:Path = "C:\tools\cygwin\bin;$env:Path"
2323
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/src" '
24-
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/unit all ; exit 0" '
24+
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/unit all" '
2525
2626
post_build:
2727
commands:
@@ -57,11 +57,11 @@ phases:
5757
5858
- |
5959
$env:Path = "C:\tools\cygwin\bin;$env:Path"
60-
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/regression test ; exit 0" '
60+
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/regression test" '
6161
6262
- |
6363
$env:Path = "C:\tools\cygwin\bin;$env:Path"
64-
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/unit test ; exit 0" '
64+
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/unit test" '
6565
6666
artifacts:
6767
files:

0 commit comments

Comments
 (0)