Skip to content

Setup CI using GitHub Actions #2

Closed
@chrisdedman

Description

@chrisdedman

Description:

We need to set up Continuous Integration (CI) using GitHub Actions to automate the build and test. This will help ensure that code changes are tested, and functional without code breaks.

Tasks:

  • Create a .github/workflows directory in the repository.
  • Set up a GitHub Actions workflow for CI:
    • Configure the workflow to run on pull requests and pushes to the main branch.
    • Install necessary dependencies (e.g., C++, CMake, Make, etc.).
    • Run tests.

Expected Outcome:

  • Automated CI pipeline that runs tests on every push/pull request.
  • Improved developer productivity and faster feedback loops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions