Add CC1310 platform to CI

This commit is contained in:
Nanosonde 2020-11-08 16:28:39 +01:00
parent de35f90752
commit 2c043c45d0

View File

@ -37,6 +37,28 @@
- cmake ..
- 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
- language: python
python: