Update .travis.yml

This commit is contained in:
thelsing
2019-12-18 22:36:21 +01:00
committed by GitHub
parent 729c06357a
commit 980924bcf8

View File

@@ -25,11 +25,20 @@
install:
script:
- echo "building knx-linux"
- cd examples/knx-linux
- mkdir -p build
- cd build
- cmake ..
- make
- cd ../../..
- echo "building knxPython"
- cd examples/knxPython
- mkdir -p build
- cd build
- cmake ..
- make
- cd ../../..
# Test build for Arduino platform
- language: cpp