Skip to content

ci: add build workflow for Linux and Windows - #345

Closed
cemheren wants to merge 121 commits into
mainfrom
grow/ci-build
Closed

cemheren wants to merge 121 commits into
mainfrom
grow/ci-build

Conversation

@cemheren

@cemheren cemheren commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Adds a GitHub Actions workflow that runs dotnet build on both ubuntu-latest and windows-latest for every push to main and every PR.

Why: Gives contributors immediate feedback on whether their changes compile on both platforms. Also shows a green checkmark badge in the repo — a health signal for visitors.

  • .NET 9 SDK
  • Release configuration
  • Matrix strategy (Linux + Windows)
  • No tests yet — just build verification

cemheren and others added 30 commits May 28, 2026 19:03
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
cemheren added 29 commits June 5, 2026 21:09
Runs dotnet build on both ubuntu-latest and windows-latest for every
push to main and every pull request. Verifies the project compiles
cleanly on both supported platforms.
@cemheren cemheren closed this Jun 8, 2026
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.

1 participant