]> granicus.if.org Git - recode/blob - appveyor.yml
Document use of python-dbg for testing with Valgrind
[recode] / appveyor.yml
1 version: "{build}"
2 clone_folder: c:\projects\recode
3
4 environment:
5   global:
6     # Only need one flavour of dictionary
7     VERBOSE: 1 # Get test logs in output
8   matrix:
9     # - MSYSTEM: MSYS (no cython available)
10     - MSYSTEM: MINGW64
11     - MSYSTEM: MINGW32
12
13 init:
14   - git config --global core.autocrlf input
15
16 install:
17   - C:\msys64\usr\bin\bash.exe -l c:/projects/recode/build-aux/appveyor-install.sh
18
19 build_script:
20   - C:\msys64\usr\bin\bash.exe -lc "cd c:/projects/recode && ./bootstrap && ./configure --enable-silent-rules %CONFIGURE_FLAGS% && make && make distcheck"