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:
parent
99be9a25f2
commit
fc8b7e4e61
@ -17,7 +17,7 @@ matrix:
|
|||||||
env: wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11"
|
env: wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11"
|
||||||
- dist: trusty
|
- dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: wxCONFIGURE_FLAGS="--disable-shared"
|
env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Loading…
Reference in New Issue
Block a user