mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 10:26:37 +02:00
and one more...
This commit is contained in:
parent
e714c83824
commit
d4ef8a7e5d
1 changed files with 3 additions and 2 deletions
|
@ -17,10 +17,11 @@ environment:
|
|||
- MSYSTEM: MINGW32
|
||||
|
||||
install:
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime"
|
||||
- if "%MSYSTEM%" == "MINGW64" (
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc"
|
||||
c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc"
|
||||
) else (
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc"
|
||||
c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc"
|
||||
)
|
||||
|
||||
build_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue