From 64fea0d270833c61d986d1129e9504690f4057f4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 17 Jul 2019 10:22:08 +0200 Subject: [PATCH] appveyor.yml: Add Cygwin build and tests (#2006) --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c6c0c0c59..0b36d91d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,7 @@ environment: configuration: Debug vcvarsall_platform: x64 PlatformToolset: v120 + cygwin_build: yes - VisualStudioVersion: 12.0 platform: x64 configuration: Release @@ -85,6 +86,7 @@ test_script: - python -m pytest test-helloworld.py - python -m pytest test-inline-suppress.py - python -m pytest test-suppress-syntaxError.py + - 'IF defined cygwin_build C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cppcheck && make clean && make -j 2 && make test && make checkcfg"' artifacts: - path: bin