Skip to content

Commit 8819253

Browse files
committed
.travis.yml: delete cellular drivers during no-RTOS test
1 parent b5ca618 commit 8819253

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
@@ -248,8 +248,8 @@ matrix:
248248
# Check that example compiles without rtos
249249
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
250250
- |
251-
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular features/netsocket features/nanostack \
252-
connectivity/libraries/ppp features/lwipstack features/frameworks/greentea-client \
251+
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
252+
connectivity/libraries/ppp features/netsocket features/nanostack features/lwipstack features/frameworks/greentea-client \
253253
features/frameworks/utest features/frameworks/unity components BUILD
254254
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
255255
# Run local equeue tests

0 commit comments

Comments
 (0)