Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ environment:
configuration: Debug
vcvarsall_platform: x64
PlatformToolset: v120
cygwin_build: yes
- VisualStudioVersion: 12.0
platform: x64
configuration: Release
Expand Down Expand Up @@ -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
Expand Down