mirror of
https://github.com/thelsing/knx.git
synced 2025-01-02 00:06:43 +01:00
Update .travis.yml
This commit is contained in:
parent
729c06357a
commit
980924bcf8
@ -25,11 +25,20 @@
|
|||||||
install:
|
install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- echo "building knx-linux"
|
||||||
- cd examples/knx-linux
|
- cd examples/knx-linux
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
|
- cd ../../..
|
||||||
|
- echo "building knxPython"
|
||||||
|
- cd examples/knxPython
|
||||||
|
- mkdir -p build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make
|
||||||
|
- cd ../../..
|
||||||
|
|
||||||
# Test build for Arduino platform
|
# Test build for Arduino platform
|
||||||
- language: cpp
|
- language: cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user