.travis.yml


Log

Author Commit Date CI Message
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