Reinstall openssl

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-16 07:52:36 +01:00
parent 6a7f491232
commit fc544729b5

View File

@ -103,8 +103,8 @@ matrix:
fast_finish: true fast_finish: true
install: install:
# - c:\cygwin\setup-x86.exe -B -q -n -N -d -l c:\cygwin -R c:\cygwin -s http://mirror.csclub.uwaterloo.ca/cygwin -P openssl - c:\cygwin\setup-x86.exe -B -q -n -N -d -l c:\cygwin -R c:\cygwin -s http://mirror.csclub.uwaterloo.ca/cygwin -P openssl
# - c:\cygwin64\setup-x86_64.exe -B -q -n -N -d -l c:\cygwin64 -R c:\cygwin64 -s http://mirror.csclub.uwaterloo.ca/cygwin -P openssl - c:\cygwin64\setup-x86_64.exe -B -q -n -N -d -l c:\cygwin64 -R c:\cygwin64 -s http://mirror.csclub.uwaterloo.ca/cygwin -P openssl
- set POCO_BASE=%CD% - set POCO_BASE=%CD%
- set PATH=C:\ProgramData\chocolatey\bin;%PATH% - set PATH=C:\ProgramData\chocolatey\bin;%PATH%
@ -120,7 +120,8 @@ install:
$env:PATH = "c:\cygwin64\bin;" + $env:PATH $env:PATH = "c:\cygwin64\bin;" + $env:PATH
} }
} }
- uname -a - c:\cygwin\bin\uname -a
- c:\cygwin64\bin\uname -a
- cat /proc/cpuinfo - cat /proc/cpuinfo
- cat /proc/meminfo - cat /proc/meminfo
- ps: | - ps: |