1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/.travis.yml
2019-01-15 13:29:19 +01:00

19 lines
407 B
YAML

sudo: required
language: minimal
services:
- docker
before_install:
- docker pull riot/riotbuild
before_script:
# Fetch the base branch when it is not `master`
- git fetch origin "${TRAVIS_BRANCH}:${TRAVIS_BRANCH}"
script:
- 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