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 @@ -84,7 +84,6 @@ test_script:
84
84
rmdir /s /q jbmc\VarLengthArrayTrace1
85
85
rmdir /s /q jbmc\classpath1
86
86
rmdir /s /q jbmc\jar-file3
87
- rmdir /s /q jbmc\tableswitch2
88
87
cd ../..
89
88
90
89
make -C jbmc/regression test BUILD_ENV=MSVC
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ phases:
20
20
- |
21
21
$env:Path = "C:\tools\cygwin\bin;$env:Path"
22
22
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/src setup-submodules" && bash -c "make -j4 -C jbmc/src BUILD_ENV=MSVC" '
23
- cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/unit all BUILD_ENV=MSVC ; exit 0 " '
23
+ cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -j4 -C jbmc/unit all BUILD_ENV=MSVC" '
24
24
25
25
post_build :
26
26
commands :
@@ -45,6 +45,11 @@ phases:
45
45
Remove-Item goto-instrument\slice08 -Force -Recurse
46
46
Remove-Item goto-analyzer/constant_propagation_nondet_rounding_mode -Force -Recurse
47
47
cd ..
48
+ cd jbmc/regression
49
+ Remove-Item jbmc\VarLengthArrayTrace1 -Force -Recurse
50
+ Remove-Item jbmc\classpath1 -Force -Recurse
51
+ Remove-Item jbmc\jar-file3 -Force -Recurse
52
+ cd ../..
48
53
49
54
- |
50
55
$env:Path = "C:\tools\cygwin\bin;$env:Path"
@@ -56,11 +61,11 @@ phases:
56
61
57
62
- |
58
63
$env:Path = "C:\tools\cygwin\bin;$env:Path"
59
- cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/regression test BUILD_ENV=MSVC ; exit 0 " '
64
+ cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/regression test BUILD_ENV=MSVC" '
60
65
61
66
- |
62
67
$env:Path = "C:\tools\cygwin\bin;$env:Path"
63
- cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/unit test BUILD_ENV=MSVC ; exit 0 " '
68
+ cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C jbmc/unit test BUILD_ENV=MSVC" '
64
69
65
70
artifacts :
66
71
files :
You can’t perform that action at this time.
0 commit comments