Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-01-18 19:23:24 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-01-18 19:23:24 +0300
commit93012ad481d6cf5e374907f34d7dd028f3622d0d (patch)
tree17375d3a9dced66b044989f2f0c77e16dbef868c /build-backend.xml
parent3ae8396f6969dd6769d81aaa23c218507a43131e (diff)
.......... [DEV-644] updated build-backend.xml file: added more scenarios for clang tests
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml56
1 files changed, 26 insertions, 30 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 3a8e533165d..160cec4bdea 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -63,36 +63,32 @@
<exec executable="./bootstrap.sh" failonerror="on"></exec>
<propertyselector property="conf.list" delimiter="," match="conf(\d+)"/>
<sortlist property="conf.list" delimiter="," value="${conf.list}" override="true"/>
-<!-- section of script temporary commented out for testing-->
-<!-- <for list="${conf.list}" param="name" delimiter=",">
- <sequential>-->
- <exec executable="scan-build" failonerror="on">
- <arg line="./configure"/>
-<!-- section of script temporary commented out for testing-->
-<!-- <arg line="${@{name}}"/>-->
- <arg line="--enable-agent"/>
- </exec>
- <trycatch>
- <try>
- <exec executable="scan-build" failonerror="on">
- <arg line="-o"/>
- <arg line="./clang-scan-build-reports"/>
- <arg line="make"/>
- <arg line="-s"/>
- <arg line="-j5"/>
- </exec>
- </try>
- <finally>
- <exec executable="make" failonerror="on">
- <arg line="-s"/>
- <arg line="-j5"/>
- <arg line="clean"/>
- </exec>
- </finally>
- </trycatch>
-<!-- section of script temporary commented out for testing-->
-<!-- </sequential>
- </for>-->
+ <for list="${conf.list}" param="name" delimiter=",">
+<!-- <sequential>-->
+ <exec executable="scan-build" failonerror="on">
+ <arg line="./configure"/>
+ <arg line="${@{name}}"/>
+ </exec>
+ <trycatch>
+ <try>
+ <exec executable="scan-build" failonerror="on">
+ <arg line="-o"/>
+ <arg line="./clang-scan-build-reports"/>
+ <arg line="make"/>
+ <arg line="-s"/>
+ <arg line="-j5"/>
+ </exec>
+ </try>
+ <finally>
+ <exec executable="make" failonerror="on">
+ <arg line="-s"/>
+ <arg line="-j5"/>
+ <arg line="clean"/>
+ </exec>
+ </finally>
+ </trycatch>
+<!-- </sequential>-->
+ </for>
</target>
<!-- Static analysis container target -->