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

Windows CI must be red when tests fail. #971

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Windows CI must be red when tests fail. #971

merged 1 commit into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Windows CI should be red on test failure.

    The issue is that `bash -l {0}` seems to turn off the `set -e` behaviour
    we see in the other pipelines. Simply asking for `bash`, leads to every
    ctest invocation failing with an exit code (even tests that are know to
    succeed).
    
    Therefore, we put one test per stage of the pipeline, this ensures its
    exit code is relevant for success/failure of the pipeline.
    1uc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c70bd58 View commit details
    Browse the repository at this point in the history