ack/.appveyor.yml

18 lines
302 B
YAML
Raw Normal View History

2019-02-08 23:07:33 +00:00
environment:
matrix:
- CYG_BASH: C:\cygwin64\bin\bash
CC: gcc
clone_depth: 1
init:
- git config --global core.autocrlf input
install:
- '%CYG_BASH% -lc "cygcheck -dc cygwin"'
2019-02-08 23:07:33 +00:00
build_script:
- 'echo building...'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
2019-02-08 23:07:33 +00:00