File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- choco install cyg-get -y --no-progress
7
7
- cyg-get bash patch bison flex make wget perl
8
8
- nuget install clcache -OutputDirectory "c:\tools\cygwin\bin" -ExcludeVersion
9
- - cmd /c 'dir c:\tools\cygwin\bin\clcache\clcache-4.1.0'
10
- - Move-Item -Path " c:\tools\cygwin\bin\clcache\clcache-4.1.0\clcache. exe" -Destination "c:\tools\cygwin\bin"
9
+ - Move-Item -Path " c:\tools\cygwin\bin\clcache\clcache-4.1.0\clcache.exe" -Destination "c:\tools\cygwin\bin\clcache.exe"
10
+ - cmd /c 'dir c:\tools\cygwin\bin\clcache. exe'
11
11
12
12
build :
13
13
commands :
@@ -17,13 +17,13 @@ phases:
17
17
18
18
- |
19
19
$env:Path = "C:\tools\cygwin\bin;$env:Path"
20
- cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make CXX=clcache -j4 -C src BUILD_ENV=MSVC" '
21
- cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make CXX=clcache -j4 -C unit all BUILD_ENV=MSVC" '
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" '
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" '
22
22
23
23
- |
24
24
$env:Path = "C:\tools\cygwin\bin;$env:Path"
25
- 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 -j4 -C jbmc/src BUILD_ENV=MSVC" '
26
- cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make CXX=clcache -j4 -C jbmc/unit all BUILD_ENV=MSVC" '
25
+ 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
+ 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
27
28
28
post_build :
29
29
commands :
You can’t perform that action at this time.
0 commit comments