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
5c96d3379e
commit
b0e6aa66fd
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ install:
|
||||||
) else (
|
) else (
|
||||||
c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-miniupnpc"
|
c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-miniupnpc"
|
||||||
)
|
)
|
||||||
|
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
@ -31,7 +32,7 @@ build_script:
|
||||||
|
|
||||||
echo MSYSTEM=%MSYSTEM%
|
echo MSYSTEM=%MSYSTEM%
|
||||||
|
|
||||||
c:\msys64\usr\bin\bash -lc "make USE_UPNP=YES"
|
c:\msys64\usr\bin\bash --login "make USE_UPNP=YES"
|
||||||
|
|
||||||
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