Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use Xenial and gcc 6 on Travis #26720

Closed
wants to merge 3 commits into from

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    0d6dfef View commit details
    Browse the repository at this point in the history
  2. build: temporarily don't run tests on Travis

    We're hitting the Travis job timeout of 50mins if built with a new
    compiler (as there is no ccache). Temporarily disable the running
    of tests so the Travis job can complete within the timeout and
    populate the ccache.
    richardlau committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    2bbf24d View commit details
    Browse the repository at this point in the history
  3. build: restore running tests on Travis

    Restore running tests on Travis once the ccache is populated.
    richardlau committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ed8b067 View commit details
    Browse the repository at this point in the history