Try to install cygwin packages.

This commit is contained in:
David Given 2019-02-09 12:17:57 +01:00
parent 369e3300ac
commit e62b113b0a

View file

@ -1,7 +1,6 @@
environment:
matrix:
- CYG_BASH: C:\cygwin64\bin\bash
CC: gcc
- CYGWIN: C:\cygwin64
clone_depth: 1
@ -9,9 +8,10 @@ init:
- git config --global core.autocrlf input
install:
- '%CYG_BASH% -lc "cygcheck -dc cygwin"'
- '%CYGWIN%\bin\bash -lc "cygcheck -dc cygwin"'
- '%CYGWIN%\bin\setup-x86_64 -q -P bison,flex,ninja'
build_script:
- 'echo building...'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
- '%CYG_BASH%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'