ack/.appveyor.yml
2019-02-09 12:04:42 +01:00

18 lines
302 B
YAML

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"'
build_script:
- 'echo building...'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'