mirror of https://github.com/ARMmbed/mbed-os.git
Enable travis for ble host tests.
parent
aeb992ee3c
commit
734b5eceec
17
.travis.yml
17
.travis.yml
|
@ -115,6 +115,23 @@ matrix:
|
||||||
# Run local equeue tests
|
# Run local equeue tests
|
||||||
- make -C $EVENTS/equeue test
|
- make -C $EVENTS/equeue test
|
||||||
|
|
||||||
|
- env:
|
||||||
|
- NAME=ble-host-tests
|
||||||
|
- BLE_HOST_TESTS=features/FEATURE_BLE/tests
|
||||||
|
install:
|
||||||
|
# Install dependencies
|
||||||
|
- sudo apt-get install cmake
|
||||||
|
# Print versions we use
|
||||||
|
- gcc --version
|
||||||
|
- cmake --version
|
||||||
|
script:
|
||||||
|
# Compile the tests
|
||||||
|
- mkdir $BLE_HOST_TESTS/build
|
||||||
|
- cd $BLE_HOST_TESTS/build && cmake .. -G "Unix Makefiles"
|
||||||
|
- make -C BLE_HOST_TESTS/build
|
||||||
|
# Run ble host tests
|
||||||
|
- $BLE_HOST_TESTS/build/gatt-client-tests
|
||||||
|
|
||||||
- env:
|
- env:
|
||||||
- NAME=littlefs
|
- NAME=littlefs
|
||||||
- LITTLEFS=features/filesystem/littlefs
|
- LITTLEFS=features/filesystem/littlefs
|
||||||
|
|
Loading…
Reference in New Issue