From b8881c1b8e9e9cc234121a3f809fecda7219258c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Nov 2017 18:42:28 +0100 Subject: [PATCH] Test UTF-8 build on Travis CI Instead of adding a separate build, just reuse the existing monolithic build to also use UTF-8: this is unlikely to miss any problems with the monolithic build that would be found without using these options, but also gives us a chance to find the problems in UTF-8 build, both at compile-time and in the test suite. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45a3748dbe..f8cfe6e588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: include: - compiler: gcc - compiler: gcc - env: wxCONFIGURE_FLAGS="--disable-precomp-headers --enable-monolithic" + env: wxCONFIGURE_FLAGS="--enable-utf8 --enable-utf8only --enable-monolithic" - dist: trusty compiler: gcc - dist: trusty