mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-28 18:35:38 +01:00
Install jom
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
62159ad0bb
commit
d446f3d6ad
15
appveyor.yml
15
appveyor.yml
@ -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
|
||||
|
||||
@ -92,7 +102,6 @@ install:
|
||||
# 7z x -y mysql-5.7.9-win32.zip -oc:\
|
||||
# }
|
||||
# }
|
||||
|
||||
|
||||
before_build:
|
||||
- ps: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user