From 14dc493e508c6771ce5c9e05fa3484f4b358b8dc Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 22 May 2020 15:28:28 +0300 Subject: [PATCH] [appveyor] call packages install separately Signed-off-by: R4SAS --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 91183ba8..c6f99adf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,11 +26,12 @@ install: #- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu" - c:\msys64\usr\bin\bash -l "build/appveyor-msys2-upgrade.bash" -- c:\msys64\usr\bin\bash -lc "pacman -Suuy --noconfirm ${MSYS_PACKAGES}" +- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Suuy" +- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S ${MSYS_PACKAGES}" build_script: - echo MSYSTEM = %MSYSTEM%, bitness = %MSYS_BITNESS% -- c:\msys64\usr\bin\bash -lc "make USE_UPNP=yes -j2" +- c:\msys64\usr\bin\bash -lc "make USE_UPNP=yes -j3" - 7z a -tzip -mx9 -mmt i2pd-mingw-win%MSYS_BITNESS%.zip i2pd.exe test: off