mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
and one more...
This commit is contained in:
parent
ee91d901a8
commit
ea4238e642
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,12 @@ build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
cd \projects\i2pd
|
cd \projects\i2pd
|
||||||
|
|
||||||
echo "MSYSTEM=%MSYSTEM%"
|
echo MSYSTEM=%MSYSTEM%
|
||||||
- if "%MSYSTEM%" == "MINGW64"(
|
- if "%MSYSTEM%" == "MINGW64"(
|
||||||
C:\msys64\usr\bin\bash --login "make USE_UPNP=YES -I/mingw64/include/"
|
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/ -j2"
|
||||||
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||||
) else (
|
) else (
|
||||||
C:\msys64\usr\bin\bash --login "make USE_UPNP=YES -I/mingw32/include/"
|
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw32/include/ -j2"
|
||||||
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue