Fix Astyleignore and Mbed 2 travis build rules

pull/7287/head
Seppo Takalo 2018-06-21 12:56:22 +03:00
parent c544ce0a3b
commit 98a787b003
2 changed files with 2 additions and 6 deletions

View File

@ -2,17 +2,13 @@ BUILD
cmsis cmsis
features/cryptocell features/cryptocell
features/mbedtls features/mbedtls
features/FEATURE_LWIP/lwip features/lwipstack/lwip
rtos/TARGET_CORTEX/rtx4 rtos/TARGET_CORTEX/rtx4
features/filesystem/littlefs/littlefs features/filesystem/littlefs/littlefs
features/filesystem/fat/ChaN features/filesystem/fat/ChaN
features/frameworks features/frameworks
features/FEATURE_BLE/targets features/FEATURE_BLE/targets
features/FEATURE_LWIP/lwip-interface/lwip
features/unsupported/ features/unsupported/
features/FEATURE_COMMON_PAL/
FEATURE_NANOSTACK/coap-service
FEATURE_NANOSTACK/sal-stack-nanostack
rtos/TARGET_CORTEX/rtx5 rtos/TARGET_CORTEX/rtx5
targets targets
tools tools

View File

@ -162,7 +162,7 @@ matrix:
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0 - python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
# Check that example compiles without rtos # Check that example compiles without rtos
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp - sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
- rm -r rtos features/cellular features/netsocket features/nanostack features/frameworks/greentea-client features/frameworks/utest features/frameworks/unity BUILD - rm -r rtos features/cellular features/netsocket features/nanostack features/lwipstack features/frameworks/greentea-client features/frameworks/utest features/frameworks/unity BUILD
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0 - python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
# Run local equeue tests # Run local equeue tests
- make -C $EVENTS/equeue test - make -C $EVENTS/equeue test