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
f5c7878dd8
commit
044923def2
1 changed files with 5 additions and 5 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -20,9 +20,6 @@ install:
|
|||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Rns gcc-fortran gcc"
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
|
||||
- echo --- Print list of installed packages ---
|
||||
- c:\msys64\usr\bin\bash -lc "pacman -Q"
|
||||
- echo --- End of list ---
|
||||
|
||||
- if "%MSYSTEM%" == "MINGW64" (
|
||||
c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc"
|
||||
|
@ -32,10 +29,13 @@ install:
|
|||
|
||||
build_script:
|
||||
- if "%MSYSTEM%" == "MINGW64" (
|
||||
cc=/mingw64/bin/g++
|
||||
set "cc=/mingw64/bin/g++"
|
||||
set "bitness=64"
|
||||
) else (
|
||||
cc=/mingw32/bin/g++
|
||||
set "cc=/mingw32/bin/g++"
|
||||
set "bitness=32"
|
||||
)
|
||||
|
||||
- cmd: >-
|
||||
cd \projects\i2pd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue