ack/.appveyor.yml

18 lines
349 B
YAML
Raw Normal View History

2019-02-08 23:07:33 +00:00
environment:
matrix:
2019-02-09 11:17:57 +00:00
- CYGWIN: C:\cygwin64
clone_depth: 1
init:
- git config --global core.autocrlf input
install:
2019-02-09 11:17:57 +00:00
- '%CYGWIN%\bin\bash -lc "cygcheck -dc cygwin"'
- '%CYGWIN%\setup-x86_64 -q -P bison,flex,ninja'
2019-02-08 23:07:33 +00:00
build_script:
- 'echo building...'
2019-02-09 12:59:37 +00:00
- '%CYGWIN%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make +ack"'
2019-02-08 23:07:33 +00:00