summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-02-17 17:26:23 +0000
committerGitHub <noreply@github.com>2022-02-17 17:26:23 +0000
commitda55e9635655ec6a9d7c8d848a47df4b5d17526e (patch)
treea9f5a3bcc7e31ab9847c37f3488c7e849ea60584
parentbff5f92f5d66a8adbae21aab5f8c8dbaca3fcf06 (diff)
parent50e9216c628a81e7e70818557572c39e6f084372 (diff)
downloadenchant-da55e9635655ec6a9d7c8d848a47df4b5d17526e.tar.gz
Merge pull request #297 from rrthomas/master
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?)