mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #10251 from jcarrano/travis-use-riotdocker
travis.yml: use the same image as Murdock.
This commit is contained in:
commit
6627e4061c
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