1 # This is the control file for Travis continuous integration system.
3 # It is used automatically for the repositories on Github if it's found in the
4 # root directory of the project.
21 - sudo apt-get install -y libcppunit-dev
25 - wxCONFIGURE_FLAGS="--disable-shared"
26 - wxCONFIGURE_FLAGS="--disable-precomp-headers --enable-monolithic"
27 - wxCONFIGURE_FLAGS="--enable-stl" CXXFLAGS=-std=c++0x
30 - ./configure --disable-optimise $wxCONFIGURE_FLAGS
38 - make -C samples/minimal -f makefile.unx