mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 18:36:36 +02:00
one more try
This commit is contained in:
parent
7e3a72f129
commit
f1ee3eb082
1 changed files with 3 additions and 8 deletions
11
appveyor.yml
11
appveyor.yml
|
@ -1,8 +1,6 @@
|
||||||
version: 2.12.{build}
|
version: 2.12.{build}
|
||||||
|
|
||||||
pull_requests:
|
pull_requests:
|
||||||
do_not_increment_build_number: true
|
do_not_increment_build_number: true
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- appveyor
|
- appveyor
|
||||||
|
@ -10,7 +8,6 @@ skip_tags: true
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
MSYS2_PATH_TYPE: inherit
|
MSYS2_PATH_TYPE: inherit
|
||||||
CHERE_INVOKING: enabled_from_arguments
|
CHERE_INVOKING: enabled_from_arguments
|
||||||
|
@ -19,7 +16,6 @@ environment:
|
||||||
x64: 1
|
x64: 1
|
||||||
- type: static
|
- type: static
|
||||||
x64: 0
|
x64: 0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if "%x64%"=="1" (
|
- if "%x64%"=="1" (
|
||||||
set "bitness=64"
|
set "bitness=64"
|
||||||
|
@ -28,22 +24,21 @@ install:
|
||||||
set "bitness=32"
|
set "bitness=32"
|
||||||
set "MSYSTEM=MINGW32"
|
set "MSYSTEM=MINGW32"
|
||||||
)
|
)
|
||||||
|
|
||||||
- if "%x64%" == "1" (
|
- if "%x64%" == "1" (
|
||||||
C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc mingw-w64-x86_64-gcc make"
|
C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc mingw-w64-x86_64-gcc make"
|
||||||
) else (
|
) else (
|
||||||
C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc mingw-w64-i686-gcc make"
|
C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc mingw-w64-i686-gcc make"
|
||||||
)
|
)
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
cd \projects\i2pd
|
cd \projects\i2pd
|
||||||
|
|
||||||
echo "bitness=%bitness%; type=%type%; variant=%variant%"
|
echo "bitness=%bitness%; type=%type%; variant=%variant%"
|
||||||
|
|
||||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES"
|
C:\msys64\usr\bin\bash -lc "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
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: i2pd-mingw-win64.zip
|
- path: i2pd-mingw-win64.zip
|
||||||
- path: i2pd-mingw-win32.zip
|
- path: i2pd-mingw-win32.zip
|
Loading…
Add table
Reference in a new issue