mirror of
https://github.com/thelsing/knx.git
synced 2025-08-08 13:47:01 +02:00
Create .travis.yml
This commit is contained in:
parent
f105a0246d
commit
7cae1ba642
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user