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:
@@ -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
|
||||
|
Reference in New Issue
Block a user