From a97f41322f5e30fc1d23f83251fb844a9aeb3ef9 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Fri, 29 Mar 2019 11:08:12 +0100 Subject: [PATCH] removed cygwin ci because it has a cmake too old, leave a note for a todo build from source --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 469cd9da..4d61c6a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,10 +4,10 @@ clone_folder: c:\projects\darknet environment: WORKSPACE: C:\projects matrix: - - platform: Cygwin64 - COMPILER: cygwin - CYGWIN_NOWINPATH: yes - CYGSH: C:\cygwin64\bin\bash -c + #- platform: Cygwin64 # removed because it is missing CMake 3.8 (minimum version required) ## todo: download and build from source! + # COMPILER: cygwin + # CYGWIN_NOWINPATH: yes + # CYGSH: C:\cygwin64\bin\bash -c - platform: Win64 COMPILER: vs configuration: Release