2012-09-02 11:37:18 +02:00
|
|
|
language: cpp
|
|
|
|
compiler:
|
|
|
|
- gcc
|
2012-09-05 06:45:39 +02:00
|
|
|
- clang
|
2012-09-05 07:22:49 +02:00
|
|
|
script:
|
2012-12-08 07:43:07 +01:00
|
|
|
- mkdir build
|
2013-05-15 13:25:17 +02:00
|
|
|
- make test SRCDIR=build VERIFY=1
|
|
|
|
- ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test
|
2013-10-05 17:03:31 +02:00
|
|
|
- sudo apt-get update
|
|
|
|
- sudo apt-get install python-pygments
|
|
|
|
- ./htmlreport/test_htmlreport.py
|
2013-02-11 19:32:53 +01:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#cppcheck"
|
|
|
|
template:
|
|
|
|
- "[%{commit} : %{author}] %{message}"
|
|
|
|
- "%{build_url}"
|
|
|
|
skip_join: true
|
2012-12-08 07:43:07 +01:00
|
|
|
|