aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2022-02-23 10:09:03 +0500
committerIlya Shipitsin <chipitsine@gmail.com>2022-02-23 10:09:03 +0500
commit6b06bed084292702ce8983dfbdad2efcb5b3db2e (patch)
tree8fee38f3fce71b8ffdb40a6b440b1663ec8e7688
parent2e9a7653b7aa2bde1da2cda15d0e278742ea29fc (diff)
downloadportable-3.5.0.tar.gz
portable-3.5.0.tar.bz2
portable-3.5.0.zip
install missing dependencies for AppVeyorv3.5.0
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8e4d7ce..bdb8001 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ init:
30 # update mysy2 30 # update mysy2
31 - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" 31 - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
32 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" 32 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"
33 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy autoconf perl git" 33 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy autoconf perl git automake libtool"
34 34
35before_build: 35before_build:
36 - bash autogen.sh 36 - bash autogen.sh