mirror of
https://github.com/thelsing/knx.git
synced 2025-10-08 11:14:29 +02:00
Add CC1310 platform to CI
This commit is contained in:
parent
de35f90752
commit
2c043c45d0
22
.travis.yml
22
.travis.yml
@ -37,6 +37,28 @@
|
|||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
# Test build for CC13x0 platform
|
||||||
|
- language: cpp
|
||||||
|
os: linux
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- gcc-arm-none-eabi
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
git:
|
||||||
|
depth: false
|
||||||
|
quiet: true
|
||||||
|
|
||||||
|
install:
|
||||||
|
|
||||||
|
script:
|
||||||
|
- echo "building knx-cc1310"
|
||||||
|
- cd examples/knx-cc1310
|
||||||
|
- ./build.sh
|
||||||
|
|
||||||
# Test build for PlatformIO based projects
|
# Test build for PlatformIO based projects
|
||||||
- language: python
|
- language: python
|
||||||
python:
|
python:
|
||||||
|
Loading…
Reference in New Issue
Block a user