Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2330 Edit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
khromenokroman committed Sep 5, 2024
1 parent d12b7e7 commit d69def1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/ci/build-test-ubuntu-support-systemd-unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ $(clang --version)"

msg "building sources"
./tools/iceoryx_build_test.sh systemd build-shared build-test
cmake --build ./build --target install

msg "running all tests"
cd ./build
Expand Down
2 changes: 1 addition & 1 deletion tools/iceoryx_build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ COMPONENTS="iceoryx_platform iceoryx_hoofs iceoryx_posh iceoryx_introspection ic
TOOLCHAIN_FILE=""
CMAKE_C_FLAGS=""
CMAKE_CXX_FLAGS=""
USE_SYSTEMD_FLAGS=""
USE_SYSTEMD_FLAGS="OFF"

while (( "$#" )); do
case "$1" in
Expand Down

0 comments on commit d69def1

Please sign in to comment.