appveyor.yml: Add Cygwin build and tests (#2006)

This commit is contained in:
Sebastian 2019-07-17 10:22:08 +02:00 committed by GitHub
parent e9b12b1fe0
commit 64fea0d270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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