|
c194448e
|
2018-01-10T09:38:15
|
|
adjust env usage in travis
|
|
5314b106
|
2018-01-10T07:22:51
|
|
test static lib
|
|
ebe7f447
|
2017-03-16T00:36:10
|
|
Remove osx testing. gcc was symlinked to clang. dejagnu c++ tests fail with clang.
|
|
b6751258
|
2017-03-15T08:54:52
|
|
Require sudo for installing packages
|
|
c3caf388
|
2016-09-04T09:21:18
|
|
Update travis to test linux 32/64 and osx with a mix of gcc and clang
|
|
b3496ded
|
2016-05-19T10:53:07
|
|
Delete empty env in .travis.yml
|
|
5e2b18a6
|
2016-01-02T07:56:05
|
|
update apt-get in travis
|
|
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.
|
|
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.
|
|
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".
|
|
45a6c21e
|
2014-03-16T05:29:08
|
|
.travis.yml: Test "make dist" too.
|
|
b3a5da06
|
2014-03-15T23:27:56
|
|
.travis.yml: Test on both 32-bit and 64-bit
|
|
35634dbc
|
2014-03-15T18:11:16
|
|
Remove autogenerated files from the repository
Add an autogen.sh to regenerate them.
|
|
d6716aba
|
2013-10-15T15:42:49
|
|
Update travis-ci build dependencies to include texinfo
|
|
0b4986a7
|
2013-01-11T11:19:52
|
|
[travis] install dejagnu with sudo
|
|
3c337eef
|
2013-01-11T11:18:14
|
|
[travis] install dejagnu
|
|
90720962
|
2013-01-11T10:57:30
|
|
Add first travis config file
|