From b7553925fb76c2d6e1b39c6d1dba0b5f92db954e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 21 Mar 2020 16:20:51 -0700 Subject: [PATCH] appveyor: build cygfuse --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f8f9316e..30c46f95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,12 @@ install: build_script: - 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% test_script: