aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CI: Add static building for cmakeRalf Habacker2021-01-171-1/+11
|
* Add cmake build support to travis CIRalf Habacker2020-12-221-0/+11
|
* Run Travis tests also under i586-mingw32msvc-gcc compilerPali Rohár2020-12-121-0/+13
| | | | | | Beware that i586-mingw32msvc-gcc is sometimes just a symlink to i686-w64-mingw32-gcc. Real i586-mingw32msvc-gcc compiler is available in mingw32 package only in dist trusty.
* Add cmake building support to Travis CIRalf Habacker2020-11-091-3/+6
| | | | | | To make it easier to extend the CI support and to be able to execute the contained tests locally, a dedicated shell script tools/ci_build.sh was added to execute the tests.
* Add Travis CI testingPali Rohár2020-08-261-0/+16