From 3ed40d04a9cc4a4bb0c329c369a26f0f8e26653e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 10 Jul 2021 14:14:09 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index ca29d92d..5b9d5cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,10 +52,14 @@ matrix: - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 os: linux addons: *gcc48 + # Test gcc-7: C++11, Build=Debug/Release - env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11 os: linux addons: *gcc7 + - env: GCC_VERSION=7 BUILD_TYPE=Deubg CPP=11 + os: linux + addons: *gcc7 # Test clang-3.5: C++11, Build=Debug/Release - env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=11 @@ -86,6 +90,11 @@ matrix: os: linux dist: bionic addons: *clang10 + - env: CLANG_VERSION=10 BUILD_TYPE=Debug CPP=17 ASAN=Off + os: linux + dist: bionic + addons: *clang10 + before_script: