We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3b2beb + e247a29 commit 9c10f38Copy full SHA for 9c10f38
buildspec-windows.yml
@@ -80,9 +80,6 @@ phases:
80
$env:Path = "C:\tools\cygwin\bin;$env:Path"
81
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" '
82
83
-artifacts:
84
- files:
85
-
86
cache:
87
paths:
88
- 'c:\clcache\**\*'
buildspec.yml
@@ -27,8 +27,6 @@ phases:
27
- make -C jbmc/unit test
28
- make -C jbmc/regression test
29
- echo Build completed on `date`
30
31
32
33
34
- '/var/cache/apt/**/*'
0 commit comments