Create .travis.yml

This commit is contained in:
nanosonde 2019-01-04 16:33:03 +01:00 committed by GitHub
parent f105a0246d
commit 7cae1ba642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: cpp
compiler:
- gcc
before_script:
- cd port/arduino
- make
- cd ../..
- cd port/linux
- mkdir build
- cd build
- cmake ..
script: make && make test