summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-11-05 21:01:12 +0000
committerGitHub <noreply@github.com>2021-11-05 21:01:12 +0000
commit484156796f8455e7406c28d71c18cd037e3f42ea (patch)
tree9ab9891e689055f8a671ce49083bb14084abd9bf
parentff5e31d0535ba93f27010a6b1ac50e87252bd759 (diff)
parent0868df922dfd2c7247df7515297b56b877906d5d (diff)
downloadenchant-484156796f8455e7406c28d71c18cd037e3f42ea.tar.gz
Merge pull request #290 from rrthomas/master
Fix CI for Ubuntu
-rw-r--r--.appveyor.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 571fbf2..7223ca1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -6,9 +6,9 @@ environment:
CONFIGURE_FLAGS: --with-hunspell-dir=/mingw64/share/hunspell
VERBOSE: 1 # Get test logs in output
matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
+ - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
ASAN: 'yes'
- - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
+ - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
- APPVEYOR_BUILD_WORKER_IMAGE: macos
# MSYS does not have hunspell packages
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
@@ -22,9 +22,10 @@ for:
-
matrix:
only:
- - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
+ - 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
build_script:
- export ASAN