summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-11-06 07:44:44 +0000
committerGitHub <noreply@github.com>2021-11-06 07:44:44 +0000
commit9bd442f2e48cd4e605bbdf2f8a2e8c3ec02418ac (patch)
tree5be07cd8bd8cc8625eb8c34e9abc365d448d3a55
parent484156796f8455e7406c28d71c18cd037e3f42ea (diff)
parent083189bdff03c267de5afb044900f3573bb6a969 (diff)
downloadenchant-9bd442f2e48cd4e605bbdf2f8a2e8c3ec02418ac.tar.gz
Merge pull request #288 from dimztimz/nuspell
Update nuspell in CI
-rw-r--r--.appveyor.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 7223ca1..4e53fc4 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,9 +24,13 @@ for:
only:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
init:
- - sudo add-apt-repository -y ppa:nuspell/ppa
- sudo apt-get -y update && sudo apt-get -y upgrade
- - sudo apt-get -y install libglib2.0-dev libaspell-dev hspell libhunspell-dev libvoikko-dev voikko-fi aspell-en libunittest++-dev hunspell-fr libnuspell-dev
+ - sudo apt-get -y install libglib2.0-dev libaspell-dev hspell libhunspell-dev libvoikko-dev voikko-fi aspell-en libunittest++-dev hunspell-fr libicu-dev ninja-build
+ - wget https://github.com/nuspell/nuspell/archive/refs/tags/v5.0.0.tar.gz -O - | tar -xz
+ - cmake -S nuspell-* -B nuspell-build -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=0
+ - cmake --build nuspell-build
+ - sudo cmake --install nuspell-build
+ - rm -rf nuspell-*
build_script:
- export ASAN
- ./build-aux/appveyor-build.sh