.travis.yml


Log

Author Commit Date CI Message
Anthony Green 0f0ba9e0 2018-03-16T07:28:33 Run dejagnu's runtest with -a option to prevent travis timeouts after 10min
Anthony Green 72545419 2018-03-15T08:17:18 fix .travis.yml
Anthony Green d71051c4 2018-03-14T21:21:06 fix .travis.yml
Anthony Green e86aa54c 2018-03-14T21:00:55 fix .travis.yml
Anthony Green 5b538ed6 2018-03-14T20:32:00 fix .travis.yml
Anthony Green 6ed64a79 2018-03-14T20:22:33 fix .travis.yml
Anthony Green 90809e92 2018-03-14T14:09:39 fix .travis.yml
Anthony Green 85e4c623 2018-03-14T13:47:27 fix .travis.yml
Anthony Green aa8a5ec4 2018-03-14T13:25:04 fix .travis.yml
Anthony Green 7c3e5da4 2018-03-14T13:07:04 fix .travis.yml
Anthony Green 19aec198 2018-03-14T12:40:58 Fix travis.yml
Anthony Green bf337b07 2018-03-14T12:15:04 yaml syntax error fix
Anthony Green 18fe1900 2018-03-14T08:02:10 Debug travis output
Anthony Green 718a4177 2018-03-14T07:40:53 test
Anthony Green eb0544d0 2018-03-13T23:20:15 Debug env
Anthony Green 9d5bd29d 2018-03-13T23:07:10 Refactor
Anthony Green 52a364d7 2018-03-13T22:49:48 fix moxie build
Anthony Green 1a32b3f1 2018-03-13T22:44:13 fix moxie build
Anthony Green 6239c287 2018-03-13T22:13:44 Add experimental moxie travis build
Anthony Green c194448e 2018-01-10T09:38:15 adjust env usage in travis
Anthony Green 5314b106 2018-01-10T07:22:51 test static lib
Anthony Green ebe7f447 2017-03-16T00:36:10 Remove osx testing. gcc was symlinked to clang. dejagnu c++ tests fail with clang.
Anthony Green b6751258 2017-03-15T08:54:52 Require sudo for installing packages
Anthony Green c3caf388 2016-09-04T09:21:18 Update travis to test linux 32/64 and osx with a mix of gcc and clang
Berker Peksag b3496ded 2016-05-19T10:53:07 Delete empty env in .travis.yml
Graham Ollis 5e2b18a6 2016-01-02T07:56:05 update apt-get in travis
Josh Triplett 7d698125 2014-03-26T23:17:56 Use the proper C++ compiler to run C++ tests Running the C compiler with -shared-libgcc -lstdc++ does not work on non-GCC compilers.
Josh Triplett fa5e88f1 2014-03-26T23:53:57 .travis.yml: Make the build command more readable by splitting at && "script" can contain multiple commands to run in sequence.
Josh Triplett 0c382470 2014-03-26T14:51:32 Always set CC_FOR_TARGET for dejagnu, to make the testsuite respect $CC This fixes cross-compilation and compilation with CC="gcc -m32".
Josh Triplett 45a6c21e 2014-03-16T05:29:08 .travis.yml: Test "make dist" too.
Josh Triplett b3a5da06 2014-03-15T23:27:56 .travis.yml: Test on both 32-bit and 64-bit
Josh Triplett 35634dbc 2014-03-15T18:11:16 Remove autogenerated files from the repository Add an autogen.sh to regenerate them.
Anthony Green d6716aba 2013-10-15T15:42:49 Update travis-ci build dependencies to include texinfo
Anthony Green 0b4986a7 2013-01-11T11:19:52 [travis] install dejagnu with sudo
Anthony Green 3c337eef 2013-01-11T11:18:14 [travis] install dejagnu
Anthony Green 90720962 2013-01-11T10:57:30 Add first travis config file