From bd33c4f3a417d27aebd67b95239b3efd2238dac9 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 10 Jun 2020 10:30:39 +0000 Subject: Add NO_DEPRECATED builds to Travis --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0a8ab68..fb252e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,13 @@ matrix: compiler: gcc env: - BUILD_DIR=unix + - name: "Linux/GCC/Shared: NO_DEPRECATED" + os: linux + dist: bionic + compiler: gcc + env: + - BUILD_DIR=unix + - CFGOPT="CFLAGS=-DTK_NO_DEPRECATED=1" - name: "Linux/GCC/Shared/no-xft" os: linux dist: bionic @@ -113,6 +120,13 @@ matrix: compiler: clang env: - BUILD_DIR=unix + - name: "Linux/Clang/Shared: NO_DEPRECATED" + os: linux + dist: bionic + compiler: clang + env: + - BUILD_DIR=unix + - CFGOPT="CFLAGS=-DTK_NO_DEPRECATED=1" - name: "Linux/Clang/Shared/no-xft" os: linux dist: bionic -- cgit v0.12