summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Clean trailing white-space.Björn Esser2020-04-111-4/+4
* Fix line terminators to be UNIX.Björn Esser2020-04-111-154/+153
* Merge pull request #572 from besser82/topic/besser82/cmake_fixesEric Haszlakiewicz2020-04-101-5/+1
|\
| * CMake: Check whether BSYMBOLIC is supported by the linker.Björn Esser2020-04-101-5/+1
* | Fix coveralls submission.Björn Esser2020-04-101-2/+9
|/
* osx builds also need -DDISABLE_BSYMBOLIC=ONEric Haszlakiewicz2020-04-081-1/+5
* I have NFC why osx fails when "set -e" is in effect, but leave it off and cle...Eric Haszlakiewicz2020-04-081-8/+2
* Try yet again to fix the osx build, this time do set +eEric Haszlakiewicz2020-04-081-0/+1
* Another attempt at debugging the travis osx build, this time just ignore errors.Eric Haszlakiewicz2020-04-081-3/+6
* Wait a while before exiting travis to allow output to flush.Eric Haszlakiewicz2020-04-081-0/+2
* Apparently cmake is already installed on travis osx builds. Try another appr...Eric Haszlakiewicz2020-04-081-4/+5
* Install cmake on osx travis builds. s/make check/make test/Eric Haszlakiewicz2020-04-081-1/+4
* Perform the travis build in a subdir, so the distcheck target works.Eric Haszlakiewicz2020-04-081-2/+2
* Switch travis to use cmake instead of autoconf.Eric Haszlakiewicz2020-04-081-7/+6
* modify the coveralls configuration filedota172020-03-231-7/+18
* add coveralls auto tool to json-cdota172020-02-181-0/+17
* add xenial default clang with CHECK enabledandy59952019-07-261-1/+12
* add missing distandy59952019-07-261-1/+1
* manually use apt-get to install packages on bionicandy59952019-07-261-27/+14
* add tests on bionic beaverandy59952019-07-261-21/+40
* revert toolchain back to "test"andy59952019-07-261-3/+2
* change keyandy59952019-07-261-1/+1
* use "non-test" ppaandy59952019-07-261-1/+1
* remove useless condition that shows logsandy59952019-07-261-6/+0
* install doxygen so 'make distcheck' can succeedandy59952019-07-261-5/+9
* test for more compilersandy59952019-07-261-20/+85
* show the logs if tests failandy59952019-07-261-4/+3
* .travis.yml:install valgrindandy59952019-07-261-0/+6
* build,travis: drop `-enable-strerror-override` argument (no longer exists)Alexandru Ardelean2017-07-191-1/+1
* build,travis: enable strerror override option in buildAlexandru Ardelean2017-07-131-1/+1
* travis,tests: run cppcheck only if it existsAlexandru Ardelean2017-07-131-1/+1
* tests: add `set -e` specifier to bail early on build runAlexandru Ardelean2017-07-111-0/+1
* Adding a test with cppcheck for Travis CINicola Spanti (RyDroid)2016-08-081-0/+6
* Travis: add osx and clang buildsJames Myatt2015-10-091-0/+2
* Travis: skip install stepJames Myatt2015-10-091-1/+0
* Add Travis build scriptJames Myatt2015-10-091-0/+24