mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Update .travis.yml
This commit is contained in:
parent
337e5bd3a5
commit
f7de00c1df
10
.travis.yml
10
.travis.yml
@ -7,10 +7,8 @@
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- deadsnakes
|
||||
packages:
|
||||
- g++-7
|
||||
- python3.7
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
cache:
|
||||
@ -33,14 +31,6 @@
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user