Skip to content

Commit 67096ee

Browse files
author
Daniel Kroening
committed
more
1 parent defaf0d commit 67096ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

buildspec-windows.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ phases:
1717
$env:Path = "C:\tools\cygwin\bin;$env:Path"
1818
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C src" '
1919
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C unit all" '
20-
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/src ; exit 0" '
20+
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/src" '
21+
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" '
2122
2223
- |
2324
cd regression
@@ -56,6 +57,10 @@ phases:
5657
$env:Path = "C:\tools\cygwin\bin;$env:Path"
5758
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression test" '
5859
60+
- |
61+
$env:Path = "C:\tools\cygwin\bin;$env:Path"
62+
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" '
63+
5964
- |
6065
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6166
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C unit test" '

0 commit comments

Comments
 (0)