Skip to content
Snippets Groups Projects
  1. Jul 01, 2019
  2. Jun 12, 2019
  3. Apr 01, 2019
  4. Mar 20, 2019
  5. 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.
      e8c7d7d3
  6. Sep 05, 2018
  7. Aug 23, 2018
  8. Aug 10, 2018
  9. Aug 09, 2018
  10. 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
  11. Apr 18, 2018
  12. Apr 16, 2018
  13. Mar 01, 2018
  14. Jan 17, 2018
    • Taylor Yu's avatar
      Work around Travis CI ptrace regression · 49de586a
      Taylor Yu authored
      Travis CI deployed a change that disables ptrace capabilities in
      container builds, which prevents LeakSanitizer on clang from working
      properly.  Set "sudo: required" to force non-container builds for
      clang and work around this.
      49de586a
  15. Jul 26, 2017
  16. Jul 25, 2017
  17. Jul 17, 2017
    • Isis Lovecruft's avatar
      Fix and expand upon our Travis CI configuration. · 68722a1d
      Isis Lovecruft authored
       * CHANGE .travis.yml so that commands for different purposes (e.g. getting
         dependencies, building, testing) are in separate config lines and sections.
       * CHANGE .travis.yml to use their mechanism for installing dependencies via
         apt. [0]  This also allows us to not need sudo (the "sudo: false" line).
       * CHANGE Travis CI tests (the "script:" section) to build and run tests in the
         same manner as Jenkins (i.e. with --enable-fatal-warnings and
         --disable-silent-rules and run `make check`).
       * ADD Travis configuration to do all the target builds with both GCC and clang.
       * ADD make flags to build with both of the cores available.
       * ADD notifications for IRC, and configure email notifications (to the author
         of the commit) only if the branch was previously building successfully and
         the latest commit broke it.
       * ADD the ability to run the Travis build matrix for OSX as well, but leave it
         commented out by default (because it takes roughly ten times longer, due to a
         shortage of OSX build machines).
       * ADD Travis config option to cancel/fail the build early if one target has
         already failed ("fast_finish: true").
       * ADD comments to describe what our Travis config is doing and why it is
         configured that way.
      
      [0]: https://docs.travis-ci.com/user/installing-dependencies/#Installing-Packages-on-Container-Based-Infrastructure)
      68722a1d
  18. Jul 13, 2017
    • Patrick O'Doherty's avatar
      .travis.yml to run test suite · 071e9b56
      Patrick O'Doherty authored and Isis Lovecruft's avatar Isis Lovecruft committed
      Installs dependencies (including rust) and runs the existing test suite.
      
      TODO: Introduce build matrix utilizing the rust toolchain to run test
      suites both with and without the rust components.
      071e9b56
Loading