summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* .travis.yml: use several different OSX versionsDmitry Baryshkov2020-05-281-0/+10
| | | | Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
* TravisCI: Add bison [skip ci]tmp-travis-bisonTim Rühsen2020-02-081-5/+7
| | | | | | The latest gnulib needs a newer bison than TravisCI OSX has. Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* .travis.yml: explicitly install openssl to address build issueNikos Mavrogiannopoulos2019-11-291-3/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .travis.yml: update submodules [ci skip]Nikos Mavrogiannopoulos2019-11-291-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .travis.yml: avoid installing submodulesNikos Mavrogiannopoulos2019-01-231-1/+0
| | | | | | | They are not necessary for building and testing the basic test suite. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .travis.yml: use ./bootstrap instead of make autoreconfNikos Mavrogiannopoulos2019-01-101-1/+1
| | | | | | | The latter is no longer available after the removal of GNUMakefile. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* travis: print logs for all failed testsDmitry Eremin-Solenikov2018-11-291-0/+1
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* .travis.yml: do not run brew upgradeNikos Mavrogiannopoulos2018-08-131-2/+6
| | | | | | This addresses issue with travis compilation on MacOSX. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .travis.yml: update brew and use nettle 3.4tmp-c99Nikos Mavrogiannopoulos2018-07-141-1/+3
| | | | | | Resolves #480 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .travis.yml: print failed log files in fuzz after failureNikos Mavrogiannopoulos2017-08-201-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .travis.yml: do not fail on brew install failuresNikos Mavrogiannopoulos2017-06-301-1/+1
| | | | | | | | brew install seems to fail on several occasions when a newer package is available than the installed. Ignore those errors rather than failing build. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .travis.yml: no longer install pkg-configNikos Mavrogiannopoulos2017-03-261-1/+1
| | | | | | | Travis build seem to fail for some reason since pkg-config is already installed. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .travis.yml: list all logs on failuretmp-travis7-fixNikos Mavrogiannopoulos2017-02-041-0/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .travis.yml: updated instructions for travis buildstmp-travis5-fixNikos Mavrogiannopoulos2017-02-041-4/+4
| | | | | | Removed unbound and other minor fixes. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .travis.yml: use as many jobs as CPUs in OSXNikos Mavrogiannopoulos2016-10-211-2/+2
|
* .travis.yml: do not run the public submodule checks of maint.mkNikos Mavrogiannopoulos2016-10-211-1/+1
| | | | | These seem to be problematic to detect modification and are preventing the CI from operating.
* .travis.yml: simplified the submodule checkoutNikos Mavrogiannopoulos2016-10-211-1/+6
| | | | The default submodule initialization in travis caused the MacOSX builds to fail.
* .travis.yml: added support for compiling in macosxNikos Mavrogiannopoulos2016-10-211-0/+22