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.
This commit is contained in:
Vadim Zeitlin
2017-11-03 18:42:28 +01:00
parent 9c1964ee1d
commit b8881c1b8e

View File

@@ -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