Skip to content

GitHub Actions: implement cross-platform CI pipeline for Linux and Windows#61

Merged
tecnolgd merged 5 commits into
mainfrom
feat/ci
Jun 26, 2026
Merged

GitHub Actions: implement cross-platform CI pipeline for Linux and Windows#61
tecnolgd merged 5 commits into
mainfrom
feat/ci

Conversation

@tecnolgd

Copy link
Copy Markdown
Owner

What's Changed

  • Added a CI/CD pipeline script (.github/workflows/termiflow_ci.yml) which

    • Implements a parallel matrix build for ubuntu-latest and windows-latest.
    • Integrates MSYS2/MinGW toolchain for smooth Windows Makefile compilation.
    • Automates build verification (make linux and make windows) on every push/PR.

Closes #60

@tecnolgd tecnolgd merged commit 3c3e822 into main Jun 26, 2026
2 checks passed
@tecnolgd tecnolgd deleted the feat/ci branch June 26, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Implement GitHub Actions Workflow for Build Verification and Testing

1 participant