summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 922a0f6..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-version: "{build}"
-clone_folder: c:\projects\enchant
-
-environment:
- global:
- # Only need one flavour of dictionary
- CONFIGURE_FLAGS: --with-hunspell-dir=/mingw64/share/hunspell
- VERBOSE: 1 # Get test logs in output
- matrix:
- - MSYSTEM: MSYS
- - MSYSTEM: MINGW64
- - MSYSTEM: MINGW32
-
-init:
- - git config --global core.autocrlf input
-
-install:
- - C:\msys64\usr\bin\bash.exe -l c:/projects/enchant/build-aux/appveyor-install.sh
-
-# FIXME: add all available providers (just aspell?)
-build_script:
- - C:\msys64\usr\bin\bash.exe -lc "cd c:/projects/enchant && ./bootstrap && ./configure --enable-relocatable %CONFIGURE_FLAGS% && make && make DISTCHECK_CONFIGURE_FLAGS=\"--enable-relocatable %CONFIGURE_FLAGS%\" distcheck"