Add .travis.yml or continuous integration
This commit is contained in:
parent
112335ac65
commit
482e1622e6
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
language: c
|
||||
|
||||
# install dependencies
|
||||
before_install:
|
||||
- uname -a
|
||||
- lsb_release -a
|
||||
|
||||
install:
|
||||
- sudo apt-get install -qq libncurses5-dev gcc-avr avr-libc
|
||||
|
||||
# run tests
|
||||
script:
|
||||
- make test
|
Loading…
Reference in a new issue