1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

initial travis.yml

This commit is contained in:
smlng 2018-10-02 14:32:41 +02:00 committed by Sebastian Meiling
parent bd1e557a0e
commit 0d63000377
2 changed files with 13 additions and 1 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
sudo: required
language: minimal
before_install:
- sudo apt-get install coreutils cppcheck pcregrep python3 python3-pip uncrustify
- sudo pip3 install flake8
script:
- ./RIOT/dist/tools/whitespacecheck/check.sh
- find . -path ./RIOT -prune -o -name *.py -exec python3 -m flake8 --config=./RIOT/dist/tools/flake8/flake8.cfg {} +
- find . -path ./RIOT -prune -o \( -name *.c -o -name *.h \) -exec cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 1 {} +

2
RIOT

@ -1 +1 @@
Subproject commit 6ab5f15466370b6f57e023afa31fca57598af4b8
Subproject commit bb6bedd708bbccc16d4a0cd9750f56efcd5f9244