2017-11-13 09:33:42 +01:00
|
|
|
dist: trusty
|
|
|
|
|
|
|
|
before_install:
|
2017-12-20 13:34:42 +01:00
|
|
|
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep python3-pip
|
|
|
|
- sudo pip3 install flake8
|
2017-11-13 09:33:42 +01:00
|
|
|
|
|
|
|
script:
|
|
|
|
- make static-test
|