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

Restructure pipeline workflow #76

Merged
merged 1 commit into from
Jun 25, 2020
Merged

Restructure pipeline workflow #76

merged 1 commit into from
Jun 25, 2020

Commits on Jun 25, 2020

  1. Restructure pipeline workflow

    Prework for updating the pip packages. The latest version of pylint
    requires that it knows about various plugins for pytest in order to
    successfully lint. This demand requires the dependencies of setup, test
    and lint to be separated, since before this commit all of the steps were
    more or less done in one big blob.
    
    By restructuring the azure-pipeline worklfow into setup, build and
    test/lint it is much easier to reason about the pipeline, and now easier
    to install the correct dependency for the correct stage.
    Trym Bremnes committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    d278890 View commit details
    Browse the repository at this point in the history