solo/.travis.yml
2019-02-12 18:22:49 -05:00

16 lines
245 B
YAML

dist: xenial
language: c
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- team-gcc-arm-embedded/ppa
packages:
- gcc-7
- cppcheck
- gcc-arm-embedded
script:
- export CC=gcc-7
- make test