From 1b7b7d6e2cd2c85609e1118f94cf2bdfa24099af Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 21 Apr 2015 12:39:54 -0600 Subject: [PATCH] Enable libc++ builds on dashboard --- .decent_ci-Linux.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.decent_ci-Linux.yaml b/.decent_ci-Linux.yaml index 31c7b52c..2056efab 100644 --- a/.decent_ci-Linux.yaml +++ b/.decent_ci-Linux.yaml @@ -3,6 +3,11 @@ compilers: version: "3.5" skip_packaging: true cmake_extra_flags: -DUSE_LIBCXX:BOOL=OFF -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON + - name: "clang" + build_tag: "LibC++" + version: "3.5" + skip_packaging: true + cmake_extra_flags: -DUSE_LIBCXX:BOOL=ON -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON - name: "clang" build_tag: AddressSanitizer version: "3.5"