File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,27 @@ phases:
1111 commands :
1212 - |
1313 $env:Path = "C:\tools\cygwin\bin;$env:Path"
14- C:\tools\cygwin\bin\ bash -c "make -C src minisat2-download DOWNLOADER=wget"
14+ bash -c "make -C src minisat2-download DOWNLOADER=wget"
1515
1616 - |
1717 $env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
1818 $env:CLCACHE_DIR = "C:\clcache"
19+ $env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
1920 cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make CXX=clcache.exe -j4 -C src BUILD_ENV=MSVC" '
2021 cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make CXX=clcache.exe -j4 -C unit all BUILD_ENV=MSVC" '
2122
2223 - |
2324 $env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
2425 $env:CLCACHE_DIR = "C:\clcache"
26+ $env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
2527 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" '
2628 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" '
2729
2830 - |
2931 # display cache stats
3032 $env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
3133 $env:CLCACHE_DIR = "C:\clcache"
34+ $env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
3235 cmd /c 'clcache -s'
3336
3437 post_build :
You can’t perform that action at this time.
0 commit comments