summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c413347..375c8f5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -6,9 +6,6 @@ environment:
CONFIGURE_FLAGS: --with-hunspell-dir=/mingw64/share/hunspell
VERBOSE: 1 # Get test logs in output
matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
- ASAN: 'yes'
- - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
- APPVEYOR_BUILD_WORKER_IMAGE: macos
# MSYS does not have hunspell packages
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
@@ -22,21 +19,6 @@ for:
-
matrix:
only:
- - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
- init:
- - 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 libicu-dev ninja-build
- - wget https://github.com/nuspell/nuspell/archive/refs/tags/v5.1.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
--
- matrix:
- only:
- APPVEYOR_BUILD_WORKER_IMAGE: macos
init:
# Note: aspell should work on macOS, but has been removed because one of