mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
and one more...
This commit is contained in:
parent
86d96b56c0
commit
a2db76a557
1 changed files with 5 additions and 4 deletions
|
@ -18,22 +18,23 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if "%MSYSTEM%" == "MINGW64" (
|
- if "%MSYSTEM%" == "MINGW64" (
|
||||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su 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 (
|
) else (
|
||||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-i686-boost mingw-w64-i386-openssl mingw-w64-i686-miniupnpc"
|
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-boost mingw-w64-i386-openssl mingw-w64-i686-miniupnpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
cd \projects\i2pd
|
cd \projects\i2pd
|
||||||
|
|
||||||
echo "MSYSTEM=%bitness%"
|
echo "MSYSTEM=%MSYSTEM%"
|
||||||
- if "%MSYSTEM%" == "MINGW64"(
|
- if "%MSYSTEM%" == "MINGW64"(
|
||||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/"
|
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/"
|
||||||
|
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||||
) else (
|
) else (
|
||||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw32/include/"
|
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw32/include/"
|
||||||
|
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||||
)
|
)
|
||||||
- cmd: 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue