Maarten Bent
d111053151
Use CMake script to check Travis installation
2019-02-03 21:51:50 +01:00
Maarten Bent
42c602bddf
CMake: test installation with Travis CI
...
With wx-config working, test installing and building the minimal sample
with Travis CI.
Closes https://github.com/wxWidgets/wxWidgets/pull/1172
2019-01-24 13:20:38 +01:00
Maarten Bent
33ea26c8b6
Use same ctest command on Travis and AppVeyor
...
Do not run the GUI tests on Travis, these fail with:
Error: Unable to initialize GTK+, is DISPLAY set properly?
2018-08-02 20:50:55 +02:00
Maarten Bent
c341d72a92
Remove downloading CppUnit and CMake in Travis CI
...
CppUnit has been replaced by Catch.
The Precise build environment is not used, so no need to download CMake for it.
2018-01-28 16:31:12 +01:00
Maarten Bent
4171f9b808
Use parallel builds in Travis CI
...
Don't use it when building samples. It randomly results in build errors with 'file not recognized: File truncated'.
2018-01-28 15:49:34 +01:00
Vadim Zeitlin
c66c9c5ae6
Merge branch 'build_cmake' of https://github.com/TcT2k/wxWidgets
...
Add CMake-based build system.
Merge the original branch without any changes except for resolving the
conflict due to moving the contents of .travis.yml to a separate file by
propagating the changes done in this file since then to the new script
and rerunning ./build/update-setup-h and ./build/cmake/update_files.py
to update the file lists changed in the meanwhile.
Closes https://github.com/wxWidgets/wxWidgets/pull/330
2017-12-09 15:09:47 +01:00
Tobias Taschner
8e1a4799ac
Add CMake to Travis-CI
2017-01-03 20:56:50 +01:00
Tobias Taschner
8b6ffa4066
Move travis-ci script to shell file
...
This will allow easier integration for testing other build systems
2017-01-03 20:56:40 +01:00