From 8b34066dd5a1e1b45daa9d0b9cfb4db73ac6eb44 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 1 Dec 2014 21:22:45 -0700 Subject: [PATCH] Put to use new skip_packaging and build_tag features --- .decent_ci-Linux.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.decent_ci-Linux.yaml b/.decent_ci-Linux.yaml index a2d597f..21e41dd 100644 --- a/.decent_ci-Linux.yaml +++ b/.decent_ci-Linux.yaml @@ -1,7 +1,18 @@ compilers: - name: "clang" 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: AddressSanitizer + 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 -DENABLE_ADDRESS_SANITIZER:BOOL=ON + - name: "clang" + build_tag: ThreadSanitizer + 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 -DENABLE_THREAD_SANITIZER:BOOL=ON - name: "gcc" version: "4.8" cmake_extra_flags: -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DBUILD_TESTING:BOOL=ON