From 284f5af19260e9ae52f077f7fabe5a925800aa85 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 18 Oct 2020 13:17:37 +0200 Subject: [PATCH] Add ANSI wxGTK Travis CI build Make sure this build is not broken again for as long as it's still supported. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ad25d52dd8..9a463b3f16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,10 @@ jobs: compiler: gcc env: wxGTK_VERSION=3 wxTOOLSET=cmake wxCMAKE_GENERATOR="Unix Makefiles" name: wxGTK 3 CMake Ubuntu 18.04 + - dist: focal + compiler: gcc + env: wxCONFIGURE_FLAGS="--disable-compat30 --disable-optimise --disable-unicode" + name: wxGTK ANSI Ubuntu 20.04 - os: osx osx_image: xcode7.3 compiler: clang