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

ci: Move most builders to Azure Pipelines #62179

Merged
merged 1 commit into from
Jun 28, 2019

Commits on Jun 28, 2019

  1. ci: Move most builders to Azure Pipelines

    This commit disables all builders on Travis and almost all builders on
    AppVeyor now that they're all running on Azure Pipelines. There is one
    remaining builder on AppVeyor which hasn't been migrated yet due to a
    test failure on Azure, which we'll be debugging soon. One remaining
    builder is left on Travis which is the tools builder whenever a
    submodule is changed, but we'll probably turn that off soon since it's
    just for PRs.
    
    The other major change in this PR is that the auto builders on Azure are
    now configured with "real" prod credentials which should cause them to
    publish all artifacts into the official CI buckets.
    alexcrichton committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    6f838b4 View commit details
    Browse the repository at this point in the history