mirror of https://github.com/AlexeyAB/darknet.git
removed cygwin ci because it has a cmake too old, leave a note for a todo build from source
This commit is contained in:
parent
dcd41f37cc
commit
a97f41322f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue