Skip to content

Commit

Permalink
iox-eclipse-iceoryx#409 exclude DDS-Gateway and C_Binding from Axivio…
Browse files Browse the repository at this point in the history
…n scan

Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Apr 30, 2021
1 parent be0d6cd commit e0e441a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tools/axivion/axivion_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"global_excludes": [
"build/*",
"test/*",
"tools/*",
"iceoryx_examples/*",
"iceoryx_dds/*",
"iceoryx_integrationtest/*",
"iceoryx_binding_c/*",
"cmake/*",
"cpptoml_vendor/*",
"doc/*",
Expand Down Expand Up @@ -1611,10 +1615,7 @@
"input_files": [
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-publisher",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-subscriber",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-publisher",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-subscriber",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-waitset-individual",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-waitset-individual",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-roudi"
],
"ir": "result.ir",
Expand All @@ -1635,7 +1636,7 @@
},
"Command": {
"_active": false,
"build_command": "./tools/iceoryx_build_test.sh examples dds-gateway clean",
"build_command": "./tools/iceoryx_build_test.sh examples clean",
"clean_command": null,
"environment": {
"CC": "irCC",
Expand Down Expand Up @@ -1709,7 +1710,7 @@
"cmake dependencies": {
"_active": true,
"_copy_from": "Command",
"build_command": "cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=$(ICEORYX_DIR)/build/install/prefix/ -DEXAMPLES=ON -DDDS_GATEWAY=ON $(ICEORYX_DIR)/iceoryx_meta",
"build_command": "cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=$(ICEORYX_DIR)/build/install/prefix/ -DEXAMPLES=ON $(ICEORYX_DIR)/iceoryx_meta",
"clean_command": null,
"cwd": "build",
"environment": {
Expand Down

0 comments on commit e0e441a

Please sign in to comment.