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"