]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge remote-tracking branch 'tor-github/pr/1351' into maint-0.2.9
authorteor <teor@torproject.org>
Tue, 22 Oct 2019 22:32:22 +0000 (08:32 +1000)
committerteor <teor@torproject.org>
Tue, 22 Oct 2019 22:32:22 +0000 (08:32 +1000)
1  2 
.travis.yml

diff --cc .travis.yml
index 7c7fcf4f6d9254b78f3d3076f3ab4b5b8ca07fbc,759710737248ff240847fc80d48746c9773087f1..d429e153715c9bde884599c3458f441b4d0992a6
@@@ -8,13 -8,17 +8,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"