Merge pull request #183 from kernigh/kernigh-include
[ack.git] / .appveyor.yml
1 environment:
2   matrix:
3   - CYGWIN: C:\cygwin64
4
5 clone_depth: 1
6
7 init:
8   - git config --global core.autocrlf input
9
10 install:
11   - '%CYGWIN%\bin\bash -lc "cygcheck -dc cygwin"'
12   - '%CYGWIN%\setup-x86_64 -q -P bison,flex,ninja'
13
14 build_script:
15   - 'echo building...'
16   - '%CYGWIN%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make +ack"'
17