From db312a6cd84bc8778e7b4cbbb63740720c12e9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Fri, 16 Apr 2021 08:24:53 +0200 Subject: [PATCH] ci - Disable build Release+Sanitizers temporarily --- .travis.yml | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab01be4b..974dec10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,28 +76,14 @@ matrix: - BUILD_TYPE="Release" - WITH_VALGRIND=1 - - name: "Ubuntu 20.04 - gcc-9.3 (Release+Sanitizers)" - os: linux - dist: focal - sudo: required - compiler: gcc - env: - - BUILD_TYPE="Release" - - WITH_SANITIZERS=1 - - - name: "macOS 10.15.7 - XCode 12.2 (Release)" - os: osx - osx_image: xcode12.2 - compiler: clang - env: - - BUILD_TYPE="Release" - - - name: "macOS 10.15.7 - XCode 12.2 (Debug)" - os: osx - osx_image: xcode12.2 - compiler: clang - env: - - BUILD_TYPE="Debug" + #- name: "Ubuntu 20.04 - gcc-9.3 (Release+Sanitizers)" + # os: linux + # dist: focal + # sudo: required + # compiler: gcc + # env: + # - BUILD_TYPE="Release" + # - WITH_SANITIZERS=1 - name: "macOS 10.14 - XCode 11.3 (Release)" os: osx