mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
travis.yml: use the same image as Murdock.
It does not make sense to do the static tests in a diferent image than the compilation tests. This commit updates the travis config to use the riotbuild image (the same as murdock). This should fix the issues with old doxygen versions reporting issues that are not, and also simplify the CI maintainance.
This commit is contained in:
parent
40187e81fa
commit
8808096e2c
14
.travis.yml
14
.travis.yml
@ -1,8 +1,14 @@
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
language: minimal
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep python3-pip
|
||||
- sudo pip3 install flake8
|
||||
- docker pull riot/riotbuild
|
||||
|
||||
script:
|
||||
- make static-test
|
||||
- docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)"
|
||||
-v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro
|
||||
riot/riotbuild make static-test
|
||||
|
Loading…
Reference in New Issue
Block a user