summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: c0af82b91523f065e0373a9d7f38954136dc7742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: "{build}"

environment:
  global:
    CONFIGURE_FLAGS: --with-myspell-dir=/mingw64/share/hunspell
    VERBOSE: 1 # Get test logs in output

# FIXME: Build on mingw-w64, mingw-w32 and MSYS2
# matrix:
#   - COMPILER: MinGW-w64
#   - COMPILER: MinGW-w32

init:
  - git config --global core.autocrlf input

install:
  - C:\msys64\usr\bin\bash.exe -l c:/projects/enchant/build-aux/appveyor-install.sh

build_script:
  - C:\msys64\usr\bin\bash.exe -lc "cd c:/projects/enchant && ./autogen.sh %CONFIGURE_FLAGS% && make && make DISTCHECK_CONFIGURE_FLAGS=%CONFIGURE_FLAGS% distcheck"