Try to install cygwin packages.
This commit is contained in:
parent
369e3300ac
commit
e62b113b0a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- CYG_BASH: C:\cygwin64\bin\bash
|
- CYGWIN: C:\cygwin64
|
||||||
CC: gcc
|
|
||||||
|
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
|
@ -9,9 +8,10 @@ init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
|
||||||
install:
|
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:
|
build_script:
|
||||||
- 'echo building...'
|
- '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"'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue