summaryrefslogtreecommitdiff
path: root/cmake/i686-w64-mingw32.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fix warning on travis-ci 'CMAKE_FORCE_C.._COMPILER macro is deprecated'Ralf Habacker2018-03-211-3/+2
| | | | | | | | CMake suggests to set CMAKE_C.._COMPILER instead and let allow CMake to identify the compiler. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105636 Reviewed-by: Simon McVittie <smcv@collabora.com>
* add travis-ci.org build machinerySimon McVittie2015-12-021-0/+20
The idea is that .travis.yml is specific to Travis-CI, but most of the actual work is done in tools/ci-build.sh, which should be reasonably CI-platform-agnostic (it currently assumes that build-dependendencies are preinstalled, that the "native" platform we're building on is GNU/Linux or something very close, and that "mingw" means mingw-w64 as packaged in Debian and Ubuntu). Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>