From 419d3c2703adf5a9b51e8f54258299232a721088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 14 Sep 2015 15:09:38 +0200 Subject: Don't bother upgrading the whole system in AppVeyor Just make and git should be enough --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8e1e8bd..1d5c7f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ build_script: - cd C:\ -- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" +- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make" test_script: - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -k check" -- cgit v1.2.3