travis: add basic build check
And a badge to the readme.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
language: c
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:team-gcc-arm-embedded/ppa'
|
||||||
|
packages:
|
||||||
|
- gcc-arm-embedded
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
# README
|
# README
|
||||||
|
[](https://travis-ci.org/libopencm3/libopencm3-examples)
|
||||||
|
|
||||||
[](https://gitter.im/libopencm3/discuss)
|
[](https://gitter.im/libopencm3/discuss)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user