travis: add basic build check

And a badge to the readme.
This commit is contained in:
Karl Palsson
2018-03-04 13:29:56 +00:00
parent b8b9720926
commit a4eec6026b
2 changed files with 11 additions and 0 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: c
script:
- make
addons:
apt:
sources:
- sourceline: 'ppa:team-gcc-arm-embedded/ppa'
packages:
- gcc-arm-embedded