From 13ad11bcafc2a83c76b64438fe41794dcd47c6e6 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 29 Sep 2020 10:56:03 +0200 Subject: [PATCH] Enable ns3 for coverage build and hope that it will be analyzed by sonar. --- tools/jenkins/Coverage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/jenkins/Coverage.sh b/tools/jenkins/Coverage.sh index efbc457535..0c89c723b3 100755 --- a/tools/jenkins/Coverage.sh +++ b/tools/jenkins/Coverage.sh @@ -57,6 +57,7 @@ ctest -D ExperimentalStart || true cmake -Denable_documentation=OFF -Denable_lua=ON \ -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \ -Denable_jedule=ON -Denable_mallocators=ON \ + -Denable_ns3=ON \ -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=ON \ -Denable_smpi_papi=ON \ -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON \ -- 2.20.1