Skip to content

Commit cc5b192

Browse files
committed
BLE: Fix make invocation for tests builds by travis.
1 parent 734b5ec commit cc5b192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ matrix:
128128
# Compile the tests
129129
- mkdir $BLE_HOST_TESTS/build
130130
- cd $BLE_HOST_TESTS/build && cmake .. -G "Unix Makefiles"
131-
- make -C BLE_HOST_TESTS/build
131+
- make -C $BLE_HOST_TESTS/build
132132
# Run ble host tests
133133
- $BLE_HOST_TESTS/build/gatt-client-tests
134134

0 commit comments

Comments
 (0)