.travis.yml

Branch


Log

Author Commit Date CI Message
Ralf Habacker 3a016513 2020-12-28T12:29:13 CI: Add static building for cmake
Ralf Habacker 38ea653d 2020-12-22T10:57:10 Add cmake build support to travis CI
Pali Rohár 3cddb7b9 2020-12-12T01:02:47 Run Travis tests also under i586-mingw32msvc-gcc compiler 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.
Ralf Habacker 90302fc5 2020-11-03T10:05:33 Add cmake building support to Travis CI 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.
Pali Rohár 48d16ae0 2020-08-26T19:27:28 Add Travis CI testing