mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 18:36:36 +02:00
and one more...
This commit is contained in:
parent
044923def2
commit
48d9203979
1 changed files with 5 additions and 6 deletions
11
appveyor.yml
11
appveyor.yml
|
@ -29,21 +29,20 @@ install:
|
|||
|
||||
build_script:
|
||||
- if "%MSYSTEM%" == "MINGW64" (
|
||||
set "cc=/mingw64/bin/g++"
|
||||
set "comiler=/mingw64/bin/g++"
|
||||
set "bitness=64"
|
||||
) else (
|
||||
set "cc=/mingw32/bin/g++"
|
||||
set "compiler=/mingw32/bin/g++"
|
||||
set "bitness=32"
|
||||
)
|
||||
|
||||
- cmd: >-
|
||||
cd \projects\i2pd
|
||||
|
||||
echo MSYSTEM=%MSYSTEM%
|
||||
echo MSYSTEM = %MSYSTEM%, bitness = %bitness%, compiler = %compiler%
|
||||
|
||||
c:\msys64\usr\bin\bash -lc "export CC=%cc% && make USE_UPNP=YES -j2"
|
||||
|
||||
7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||
- c:\msys64\usr\bin\bash -lc "export CC=%cc% && make USE_UPNP=yes -j2"
|
||||
- 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||
|
||||
test: off
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue