File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 :
@@ -46,6 +46,11 @@ phases:
4646 Remove-Item goto-instrument\slice08 -Force -Recurse
4747 Remove-Item goto-analyzer/constant_propagation_nondet_rounding_mode -Force -Recurse
4848 cd ..
49+ cd jbmc/regression
50+ Remove-Item jbmc\VarLengthArrayTrace1 -Force -Recurse
51+ Remove-Item jbmc\classpath1 -Force -Recurse
52+ Remove-Item jbmc\jar-file3 -Force -Recurse
53+ cd ../..
4954
5055 - |
5156 $env:Path = "C:\tools\cygwin\bin;$env:Path"
@@ -57,11 +62,11 @@ phases:
5762
5863 - |
5964 $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 " '
65+ cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/regression test" '
6166
6267 - |
6368 $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 " '
69+ cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/unit test" '
6570
6671artifacts :
6772 files :
You can’t perform that action at this time.
0 commit comments