and one more...

This commit is contained in:
R4SAS 2017-03-18 02:17:27 +03:00
parent 044923def2
commit 48d9203979

View file

@ -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