Skip to content

Commit 0aa5788

Browse files
committed
.travis.yml: delete cellular drivers during no-RTOS test
1 parent 86ddc17 commit 0aa5788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ matrix:
246246
# Check that example compiles without rtos
247247
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
248248
- |
249-
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular features/netsocket features/nanostack \
250-
features/lwipstack features/frameworks/greentea-client \
249+
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
250+
features/netsocket features/nanostack features/lwipstack features/frameworks/greentea-client \
251251
features/frameworks/utest features/frameworks/unity components BUILD
252252
- python tools/make.py -t GCC_ARM -m NUCLEO_F412ZG --source=. --build=BUILD/NUCLEO_F412ZG/GCC_ARM -j0
253253
# Run local equeue tests

0 commit comments

Comments
 (0)