Skip to content
Snippets Groups Projects
  1. Nov 11, 2019
  2. Nov 06, 2019
  3. Oct 28, 2019
  4. Oct 25, 2019
  5. Oct 24, 2019
  6. Oct 22, 2019
  7. Oct 20, 2019
  8. Oct 17, 2019
  9. Oct 02, 2019
  10. Oct 01, 2019
  11. 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
    • teor's avatar
      Appveyor: Avoid spurious errors in Appveyor CI builds · b1864187
      teor authored
      When Appveyor fails before the install step, some of the finish step's
      functions were not defined.
      
      Fixes bug 31884; bugfix on 0.3.4.2-alpha.
      Unverified
      b1864187
Loading