Skip to content

Commit

Permalink
Revert "Test build of vcxproj files in CI"
Browse files Browse the repository at this point in the history
This reverts commit 6c2d601.
  • Loading branch information
tautschnig committed May 31, 2019
1 parent ae2264d commit 6bc3a7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions buildspec-windows.yml
Expand Up @@ -32,14 +32,6 @@ phases:
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 CXX=clcache.exe -j4 -C jbmc/src BUILD_ENV=MSVC" '
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make CXX=clcache.exe -j4 -C jbmc/unit all BUILD_ENV=MSVC" '
- |
$env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
$env:CLCACHE_DIR = "C:\clcache"
$env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
cmd /c 'bash -c "cd scripts ; ./generate_vcxproj"'
$env:Path = "C:\Program Files (x86)\MSBuild\14.0\Bin;$env:Path"
msbuild /p:CLToolExe=clcache.exe /m:4 cbmc.vcxproj
- |
# display cache stats
$env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
Expand Down

0 comments on commit 6bc3a7f

Please sign in to comment.