Create .travis.yml

This commit is contained in:
thelsing
2019-06-01 23:37:52 +02:00
committed by GitHub
parent c898f824b8
commit 58dc2bc19f

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: cpp
script:
- cd knx-linux
- mkdir -p build
- cd build
- cmake ..
- make