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

CICD Refactor #354

Merged
merged 4 commits into from
May 22, 2023
Merged

CICD Refactor #354

merged 4 commits into from
May 22, 2023

Commits on May 20, 2023

  1. Refactored the build processes. Broke things into components as much as

    possible. We have standalone actions for the build processes to make
    sure they are consistent across push or PR builds, a format-check that
    doesn't rely on cmake to be there to work, and centralized our
    randomized data generation into a single action that can be called in
    each section.
    
    We now are reusing as many of the steps as we can without copy/pasting,
    which should ensure we're not making mistakes.
    daxpryce committed May 20, 2023
    Configuration menu
    Copy the full SHA
    6d8dad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f611b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b914f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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