arch: !!python/tuple [x86-32, x86-64]
build: !!python/tuple [std, oot, dist]
conf: !!python/tuple [std, static, python-bindings]
+ - 'babeltrace_{version}_{buildtype}':
+ buildtype: clangbuild
+ arch: !!python/tuple [x86-32, x86-64]
+ build: !!python/tuple [clang]
+ conf: !!python/tuple [std, static]
- 'babeltrace_{version}_{buildtype}':
buildtype: portbuild
arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
TEST_PLAN_PATH=$BUILD_PATH
;;
-*)
+ clang)
+ echo "LLVM clang build"
+ export CC=clang
+ clang -v
+ MAKE=$MAKE BISON="$BISON" YACC="$YACC" $WORKSPACE/configure --prefix=$PREFIX $CONF_OPTS
+ ;;
+ *)
echo "Standard tree build"
MAKE=$MAKE BISON="$BISON" YACC="$YACC" $WORKSPACE/configure --prefix=$PREFIX $CONF_OPTS
;;