From cc5b1924beb2394fddd0548003e8a911871a8c39 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Tue, 13 Feb 2018 18:30:21 +0000 Subject: [PATCH] BLE: Fix make invocation for tests builds by travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 828e835034..80edd7ed30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,7 +128,7 @@ matrix: # Compile the tests - mkdir $BLE_HOST_TESTS/build - cd $BLE_HOST_TESTS/build && cmake .. -G "Unix Makefiles" - - make -C BLE_HOST_TESTS/build + - make -C $BLE_HOST_TESTS/build # Run ble host tests - $BLE_HOST_TESTS/build/gatt-client-tests