Build bundled 3rd party libraries on Travis

Configure Travis CI to run at least one build using the bundled versions
of third party libraries to make sure this is tested too.
This commit is contained in:
Vadim Zeitlin 2017-11-10 15:24:42 +01:00
parent 99be9a25f2
commit fc8b7e4e61

View File

@ -17,7 +17,7 @@ matrix:
env: wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11"
- dist: trusty
compiler: clang
env: wxCONFIGURE_FLAGS="--disable-shared"
env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs"
- os: osx
osx_image: xcode6.4
compiler: clang