File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,22 @@ phases:
16
16
- |
17
17
$env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
18
18
$env:CLCACHE_DIR = "C:\clcache"
19
+ $env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
19
20
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" '
20
21
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" '
21
22
22
23
- |
23
24
$env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
24
25
$env:CLCACHE_DIR = "C:\clcache"
26
+ $env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
25
27
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" '
26
28
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" '
27
29
28
30
- |
29
31
# display cache stats
30
32
$env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"
31
33
$env:CLCACHE_DIR = "C:\clcache"
34
+ $env:CLCACHE_BASEDIR = (Get-Item -Path ".\").FullName
32
35
cmd /c 'clcache -s'
33
36
34
37
post_build :
You can’t perform that action at this time.
0 commit comments