net-snmp/.appveyor.yml

21 lines
334 B
YAML

image:
- Visual Studio 2017
environment:
CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
matrix:
- BUILD: MSVCDYNAMIC64
- BUILD: MSVCSTATIC64
- BUILD: MinGW64
- BUILD: Cygwin32
- BUILD: Cygwin64
matrix:
allow_failures:
- BUILD: MINGW64
clone_depth: 5
build_script:
- 'call "ci\build.bat"'