Run cppcheck via gitlab

This commit is contained in:
Jan Möbius
2016-05-10 15:17:36 +02:00
parent 161d6fe518
commit e19052fed8
2 changed files with 23 additions and 0 deletions

View File

@@ -27,3 +27,8 @@ macos-c++98:
script: "CI/ci-mac.sh C++98"
tags:
- Apple
cppcheck:
script: "CI/ci-cppcheck.sh"
tags:
- Linux