Skip to content
Snippets Groups Projects
  1. Nov 28, 2019
  2. Oct 24, 2019
  3. Oct 22, 2019
  4. Sep 30, 2019
    • teor's avatar
      Travis: Add a macOS chutney job, but don't wait for it to finish · 1e0e23c1
      teor authored
      Since Travis macOS has IPv6 support (and Travis Linux does not), chutney
      will now run its IPv6 networks as part of Travis CI.
      
      But since chutney is slow, don't wait for the macOS chutney to finish.
      (Travis have fixed the duplicate notification bug in fast_finish. So we
      can use fast_finish and allow_failure to finish early. Unfortunately,
      allow_failure also means we ignore failures in macOS chutney.)
      
      Also make sure that we have:
      * a compile on each platform, with each compiler,
      * a check on each platform, and
      * a check on each compiler.
      
      Finally, sort builds: allow fail last, macOS first, slowest first.
      
      Closes ticket 30860.
      Closes ticket 31859 for 0.2.9.
      Unverified
      1e0e23c1
    • teor's avatar
      Travis: Remove a redundant clang Linux job · 4e429783
      teor authored
      Part of 31859.
      Unverified
      4e429783
  5. Sep 26, 2019
  6. Sep 23, 2019
    • Nick Mathewson's avatar
      Try using make -k in Travis configuration · 6ed3d8db
      Nick Mathewson authored
      Frequently, when a patch fails, it has failures in several files.
      Using the "-k" flag will let us learn all the compilation errors,
      not just the first one that the compiler hits.
      
      Based on a patch by rl1987.
      6ed3d8db
  7. Jul 01, 2019
  8. Jun 12, 2019
  9. Apr 30, 2019
  10. Apr 01, 2019
  11. Mar 20, 2019
  12. Sep 18, 2018
    • teor's avatar
      Travis: use the Homebrew addon · e8c7d7d3
      teor authored
      Use the Travis Homebrew addon to install packages on macOS. The package
      list is the same, but the Homebrew addon does not do a `brew update` by
      default.
      
      This makes builds faster, at the cost of using slightly older packages.
      
      Implements ticket 27738.
      Unverified
      e8c7d7d3
  13. Sep 05, 2018
  14. Aug 23, 2018
  15. Aug 10, 2018
  16. Aug 09, 2018
  17. Apr 26, 2018
    • Taylor Yu's avatar
      Show test-suite.log for distcheck on Travis CI · 31865b50
      Taylor Yu authored
      When Travis CI runs make distcheck, test-suite.log doesn't exist in
      the expected place.  Add a new make target to show this file and use
      it when DISTCHECK=yes in .travis.yml.  Fixes bug 25814; bug not in any
      released Tor.
      31865b50
  18. Apr 18, 2018
  19. Apr 16, 2018
  20. Mar 01, 2018
Loading