]> granicus.if.org Git - gc/commit
Improve Travis CI configuration (use both compilers, enable more features)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 11 Aug 2016 19:55:21 +0000 (22:55 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 11 Aug 2016 19:56:26 +0000 (22:56 +0300)
commit40c9ae6da8679b66843f49819d408b5b98e7667d
treec60783e585d2378ffdf1fec2fc3e93c30a1d7583
parenta62e6fc5808e8f4739adb842ec55958acfbdb338
Improve Travis CI configuration (use both compilers, enable more features)

* .travis.yml (compiler): Add (use both gcc and clang)
* .travis.yml (install): Use autogen.sh instead of autoreconf and
automake; add options to configure (to cover more code during testing);
do not invoke make.
* .travis.yml (script): Pass -j to make.
.travis.yml