File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ test_script:
90
90
rmdir /s /q jbmc\VarLengthArrayTrace1
91
91
rmdir /s /q jbmc\classpath1
92
92
rmdir /s /q jbmc\jar-file3
93
- rmdir /s /q jbmc\tableswitch2
94
93
cd ../..
95
94
96
95
make -C jbmc/regression test
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ phases:
21
21
- |
22
22
$env:Path = "C:\tools\cygwin\bin;$env:Path"
23
23
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" '
25
25
26
26
post_build :
27
27
commands :
@@ -46,6 +46,11 @@ phases:
46
46
Remove-Item goto-instrument\slice08 -Force -Recurse
47
47
Remove-Item goto-analyzer/constant_propagation_nondet_rounding_mode -Force -Recurse
48
48
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 ../..
49
54
50
55
- |
51
56
$env:Path = "C:\tools\cygwin\bin;$env:Path"
@@ -57,11 +62,11 @@ phases:
57
62
58
63
- |
59
64
$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" '
61
66
62
67
- |
63
68
$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" '
65
70
66
71
artifacts :
67
72
files :
You can’t perform that action at this time.
0 commit comments