build: appveyor: add cygwin to path
This commit is contained in:
parent
fdc455dfb1
commit
b3fcf730cd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue