Просмотр исходного кода

Don't bother upgrading the whole system in AppVeyor

Just make and git should be enough
Loïc Hoguin 9 лет назад
Родитель
Сommit
419d3c2703
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -1,6 +1,6 @@
 build_script:
 build_script:
 - cd C:\
 - 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"
 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make"
 test_script:
 test_script:
 - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -k check"
 - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -k check"