aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-14 15:09:38 +0200
committerLoïc Hoguin <[email protected]>2015-09-14 15:09:38 +0200
commit419d3c2703adf5a9b51e8f54258299232a721088 (patch)
tree4837a36d7f94bda64bbfb49e2885ac15de829973 /appveyor.yml
parentf219cf7b5e1cca1a49b1969a5d72f509f651f19b (diff)
downloaderlang.mk-419d3c2703adf5a9b51e8f54258299232a721088.tar.gz
erlang.mk-419d3c2703adf5a9b51e8f54258299232a721088.tar.bz2
erlang.mk-419d3c2703adf5a9b51e8f54258299232a721088.zip
Don't bother upgrading the whole system in AppVeyor
Just make and git should be enough
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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"