mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Create .travis.yml
This commit is contained in:
parent
c898f824b8
commit
58dc2bc19f
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: cpp
|
||||
|
||||
script:
|
||||
- cd knx-linux
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
Loading…
Reference in New Issue
Block a user