1
0
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:
Martine Lenders 2018-11-22 14:21:14 +01:00 committed by GitHub
commit 6627e4061c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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