mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Create .travis.yml
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user