build: appveyor: add cygwin to path

This commit is contained in:
Eric Wasylishen 2016-04-09 16:41:07 -07:00
parent fdc455dfb1
commit b3fcf730cd
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ install:
- ps: 7z x embree.zip -oc:\
build_script:
- ps: >-
# for groff
$env:Path += ";C:\cygwin64\bin"
mkdir cmakebuild
cd cmakebuild