removed cygwin ci because it has a cmake too old, leave a note for a todo build from source

pull/2768/head
Stefano Sinigardi 6 years ago
parent dcd41f37cc
commit a97f41322f
  1. 8
      appveyor.yml

@ -4,10 +4,10 @@ clone_folder: c:\projects\darknet
environment: environment:
WORKSPACE: C:\projects WORKSPACE: C:\projects
matrix: matrix:
- platform: Cygwin64 #- platform: Cygwin64 # removed because it is missing CMake 3.8 (minimum version required) ## todo: download and build from source!
COMPILER: cygwin # COMPILER: cygwin
CYGWIN_NOWINPATH: yes # CYGWIN_NOWINPATH: yes
CYGSH: C:\cygwin64\bin\bash -c # CYGSH: C:\cygwin64\bin\bash -c
- platform: Win64 - platform: Win64
COMPILER: vs COMPILER: vs
configuration: Release configuration: Release

Loading…
Cancel
Save