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
53bfedc45e
commit
218a1487f1
1 changed files with 6 additions and 3 deletions
|
@ -34,10 +34,13 @@ build_script:
|
|||
cd \projects\i2pd
|
||||
|
||||
echo "bitness=%bitness%; type=%type%; variant=%variant%"
|
||||
- if "%x64%" == "1"(
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/"
|
||||
) else (
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw32/include/"
|
||||
)
|
||||
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES"
|
||||
|
||||
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
|
||||
artifacts:
|
||||
- path: i2pd-mingw-win64.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue