Install jom

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-19 16:21:48 +01:00
parent 62159ad0bb
commit d446f3d6ad

View File

@ -59,12 +59,22 @@ matrix:
fast_finish: true
install:
- set PATH=C:\ProgramData\chocolatey\bin;%PATH%
- systeminfo
- c:\cygwin\bin\uname -a
- c:\cygwin\bin\cat /proc/cpuinfo
- c:\cygwin\bin\cat /proc/meminfo
- cinst cmake
- set PATH=C:\ProgramData\chocolatey\bin;%PATH%
- ps: |
if (Test-Path "$env:ChocolateyInstall/bin/jom.exe") {
echo "using jom from cache"
} else {
choco install jom
}
if (Test-Path "$env:ChocolateyInstall/bin/cmake.exe") {
echo "using cmake from cache"
} else {
choco install cmake
}
- where cmake
- set
@ -93,7 +103,6 @@ install:
# }
# }
before_build:
- ps: |
if ($env:vsver -eq "120")