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
ab99500181
commit
e714c83824
1 changed files with 3 additions and 7 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -29,13 +29,9 @@ build_script:
|
||||||
|
|
||||||
echo MSYSTEM=%MSYSTEM%
|
echo MSYSTEM=%MSYSTEM%
|
||||||
|
|
||||||
- if "%MSYSTEM%" == "MINGW64" (
|
c:\msys64\usr\bin\bash -lc "make USE_UPNP=YES"
|
||||||
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 (
|
|
||||||
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
|
|
||||||
)
|
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue