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
337e5bd3a5
commit
f7de00c1df
10
.travis.yml
10
.travis.yml
@ -7,10 +7,8 @@
|
|||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- deadsnakes
|
|
||||||
packages:
|
packages:
|
||||||
- g++-7
|
- g++-7
|
||||||
- python3.7
|
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||||
cache:
|
cache:
|
||||||
@ -33,14 +31,6 @@
|
|||||||
- 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