Skip to content

Commit

Permalink
refactor(ci): Disable multicast discovery in the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Nov 10, 2023
1 parent 74d2795 commit 990773c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ function unit_tests {
cmake -DCMAKE_BUILD_TYPE=Debug \
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_ENABLE_JSON_ENCODING=ON \
-DUA_ENABLE_XML_ENCODING=ON \
Expand All @@ -158,7 +157,6 @@ function unit_tests_32 {
cmake -DCMAKE_BUILD_TYPE=Debug \
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_ENABLE_JSON_ENCODING=ON \
-DUA_ENABLE_XML_ENCODING=ON \
Expand Down Expand Up @@ -194,7 +192,6 @@ function unit_tests_diag {
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DIAGNOSTICS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_ENABLE_JSON_ENCODING=ON \
-DUA_ENABLE_XML_ENCODING=ON \
Expand All @@ -215,7 +212,6 @@ function unit_tests_mt {
-DUA_MULTITHREADING=200 \
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_FORCE_WERROR=ON \
..
Expand Down Expand Up @@ -247,7 +243,6 @@ function unit_tests_encryption {
cmake -DCMAKE_BUILD_TYPE=Debug \
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_ENCRYPTION=$1 \
-DUA_FORCE_WERROR=ON \
..
Expand All @@ -261,7 +256,6 @@ function unit_tests_encryption_mbedtls_pubsub {
cmake -DCMAKE_BUILD_TYPE=Debug \
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_ENCRYPTION=MBEDTLS \
-DUA_ENABLE_CERT_REJECTED_DIR=ON \
-DUA_ENABLE_PUBSUB=ON \
Expand All @@ -281,7 +275,6 @@ function unit_tests_pubsub_sks {
-DUA_NAMESPACE_ZERO=FULL \
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_ENCRYPTION=MBEDTLS \
-DUA_ENABLE_PUBSUB=ON \
-DUA_ENABLE_PUBSUB_INFORMATIONMODEL=ON \
Expand All @@ -306,7 +299,6 @@ function unit_tests_with_coverage {
-DUA_BUILD_EXAMPLES=ON \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_COVERAGE=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_ENABLE_JSON_ENCODING=ON \
-DUA_ENABLE_XML_ENCODING=ON \
Expand All @@ -332,7 +324,6 @@ function unit_tests_valgrind {
mkdir -p build; cd build; rm -rf *
cmake -DCMAKE_BUILD_TYPE=Debug \
-DUA_BUILD_UNIT_TESTS=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_ENCRYPTION=$1 \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_ENABLE_JSON_ENCODING=ON \
Expand Down Expand Up @@ -366,7 +357,6 @@ function examples_valgrind {

cmake -DCMAKE_BUILD_TYPE=Debug \
-DUA_BUILD_EXAMPLES=ON \
-DUA_ENABLE_DISCOVERY_MULTICAST=ON \
-DUA_ENABLE_ENCRYPTION=$1 \
-DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON \
-DUA_ENABLE_SUBSCRIPTIONS_ALARMS_CONDITIONS=ON \
Expand Down

0 comments on commit 990773c

Please sign in to comment.