summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-02-16 21:50:54 +0000
committerReuben Thomas <rrt@sc3d.org>2022-02-16 21:50:54 +0000
commit50e9216c628a81e7e70818557572c39e6f084372 (patch)
treea9f5a3bcc7e31ab9847c37f3488c7e849ea60584
parentbff5f92f5d66a8adbae21aab5f8c8dbaca3fcf06 (diff)
downloadenchant-50e9216c628a81e7e70818557572c39e6f084372.tar.gz
AppVeyor: now need to install autotools explicitly
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 1656898..82cc38b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -57,6 +57,7 @@ for:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
init:
- git config --global core.autocrlf input
+ - C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S libtool autoconf automake"
install:
- C:\msys64\usr\bin\bash.exe -l c:/projects/enchant/build-aux/appveyor-install.sh
# FIXME: add all available providers (just aspell?)