1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

Update appveyor.yml

This commit is contained in:
MXPLRS | Kirill 2016-07-01 13:22:47 +03:00 committed by GitHub
parent 1e56d17d39
commit 217004e7a5

View File

@ -138,9 +138,9 @@ install:
|| type c:\projects\instdir\build_openssl.log || type c:\projects\instdir\build_openssl.log
) )
- mklink /J \OpenSSL \stage\OpenSSL-Win%bitness%-vc%msvc%-%type% - mklink /J \OpenSSL \stage\OpenSSL-Win%bitness%-vc%msvc%-%type%
- rem already there: mingw-w64-i686-openssl mingw-w64-i686-gcc cmake - rem already there: mingw-w64-i686-openssl mingw-w64-i686-gcc
- if not defined msvc ( - if not defined msvc (
C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel" C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel cmake"
&& if "%x64%" == "1" ( && if "%x64%" == "1" (
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-openssl mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc" C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-openssl mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc"
) else ( ) else (