.travis.yml


Log

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