travis: Enable tools when building with clang
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 27 Apr 2016 13:06:04 +0000 (14:06 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 27 Apr 2016 19:32:22 +0000 (20:32 +0100)
tools now build under clang, so let them be tested.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
scripts/travis-build

index 9a5c1c85bf8a5a040a11d8b7c69d3dead59d8420..584d008e41b02de8182944f2bfb9717267f1b22e 100755 (executable)
@@ -22,12 +22,6 @@ else
     cfgargs+=("--disable-tools") # we don't have the cross depends installed
 fi
 
-# Due to multiple build failures and the desire to get more
-# build testing (GCC only) enabled this is disabled
-if [[ "${clang}" == "y" ]]; then
-    cfgargs+=("--disable-tools")
-fi
-
 ./configure "${cfgargs[@]}"
 
 make dist