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
f1ee3eb082
commit
0c04efef91
1 changed files with 4 additions and 7 deletions
11
appveyor.yml
11
appveyor.yml
|
@ -31,13 +31,10 @@ install:
|
|||
)
|
||||
build_script:
|
||||
- cmd: >-
|
||||
cd \projects\i2pd
|
||||
|
||||
echo "bitness=%bitness%; type=%type%; variant=%variant%"
|
||||
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES"
|
||||
|
||||
7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||
cd \projects\i2pd
|
||||
echo "bitness=%bitness%; type=%type%; variant=%variant%"
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES"
|
||||
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