From a9f32d9744efa6ba1008d83bf723643ae6a6652d Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Thu, 22 Dec 2022 18:01:26 +0100 Subject: [PATCH] Try qt5-bluetooth --- .gitlab-ci.yml | 2 +- .gitlab/ci/armarx-workspace.json | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9621f5b79..4f266a6e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,5 +67,5 @@ build-and-test: # Test. # ToDo: Add and use `axii ws test -m simox` - # - cd "$PROJECT_PATH_IN_WORKSPACE/build" + - cd "$PROJECT_PATH_IN_WORKSPACE/build" # - ctest . diff --git a/.gitlab/ci/armarx-workspace.json b/.gitlab/ci/armarx-workspace.json index cd8dfe3b1..1b43f59ef 100644 --- a/.gitlab/ci/armarx-workspace.json +++ b/.gitlab/ci/armarx-workspace.json @@ -2,9 +2,12 @@ "modules": { "tools/ccache/default": {}, "simox": {}, - "armarx/ArmarXCore": {}, - "armarx/ArmarXGui": {}, - "armarx/RobotAPI": {}, + + "apt/qt5-bluetooth": {}, + + "# armarx/ArmarXCore": {}, + "# armarx/ArmarXGui": {}, + "# armarx/RobotAPI": {}, "# armarx/MemoryX": {}, "# armarx/VisionX": {}, "# armarx/RobotComponents": {}, -- GitLab