mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
appveyor: build cygfuse
This commit is contained in:
parent
4b5b562307
commit
b7553925fb
@ -32,6 +32,12 @@ install:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- appveyor AddMessage "Reboot complete" -Category Information
|
- appveyor AddMessage "Reboot complete" -Category Information
|
||||||
|
# build cygfuse
|
||||||
|
- C:\cygwin64\setup-x86_64.exe -qnNd -P cygport
|
||||||
|
- C:\cygwin64\bin\bash --login -c "make -C '%CD%\opt\cygfuse' dist"
|
||||||
|
- C:\cygwin\setup-x86.exe -qnNd -P cygport
|
||||||
|
- C:\cygwin\bin\bash --login -c "make -C '%CD%\opt\cygfuse' dist"
|
||||||
|
# build winfsp
|
||||||
- tools\build.bat %CONFIGURATION%
|
- tools\build.bat %CONFIGURATION%
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user