From: teor Date: Thu, 17 Oct 2019 04:51:30 +0000 (+1000) Subject: Merge remote-tracking branch 'tor-github/pr/1373' into maint-0.4.2 X-Git-Tag: tor-0.4.2.3-alpha~28^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92c4dc9b141e4e2e71b68c40c85ef64f20c8344b;p=thirdparty%2Ftor.git Merge remote-tracking branch 'tor-github/pr/1373' into maint-0.4.2 --- 92c4dc9b141e4e2e71b68c40c85ef64f20c8344b diff --cc .travis.yml index 2073b853ce,00c967e341..c65923d2c4 --- a/.travis.yml +++ b/.travis.yml @@@ -15,17 -15,13 +15,15 @@@ compiler os: - linux - - osx - ## The build matrix in the following stanza expands into builds for each - ## OS and compiler. + ## We don't use the build matrix cross-product, because it makes too many jobs + ## Instead, we list each job under matrix: include: env: global: - ## The Travis CI environment allows us two cores, so let's use both. - - MAKEFLAGS="-j 2" + ## The Travis CI environment allows us two cores, so let's use both. Also, + ## let's use the "-k" flag so that we get all of the compilation failures, + ## not just the first one. + - MAKEFLAGS="-k -j 2" ## We turn on hardening by default ## Also known as --enable-fragile-hardening in 0.3.0.3-alpha and later - HARDENING_OPTIONS="--enable-expensive-hardening"