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

Jenkins: separate build pipeline and package test pipeline #1272

Merged

Commits on May 22, 2024

  1. Jenkins: separate build pipeline and package test pipeline

    The build pipeline used to build clamav packages and then test those
    packages with a rudimentary test set. This change will build the clamav
    packages in one pipeline - then test the packages in a new test pipeline.
    
    The new test pipeline will use the larger test suite that we use for
    testing from-source builds in the "regular" test pipeline.
    micahsnyder committed May 22, 2024
    Configuration menu
    Copy the full SHA
    55fd9d4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Jenkins: Specify dependencies for CPack

    We switched hosts for this stage to one that doesn't have system-installed libs.
    micahsnyder committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c8e85e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    d84ec62 View commit details
    Browse the repository at this point in the history