Skip to content

Add Windows CI build producing .awesome artifact#1

Merged
mostwise merged 3 commits intomainfrom
copilot/add-ci-cd-for-redsun
Apr 30, 2026
Merged

Add Windows CI build producing .awesome artifact#1
mostwise merged 3 commits intomainfrom
copilot/add-ci-cd-for-redsun

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 30, 2026

We need CI that compiles RedSun.cpp in GitHub Actions and publishes the output as an executable artifact with a .awesome extension.

  • Workflow: new Windows-latest build job that invokes MSVC and produces the renamed artifact.
  • Artifact publishing: uploads the .awesome output for download from Actions.
- run: |
    cl /nologo /EHsc /W3 /std:c++17 RedSun.cpp /Febuild\RedSun.exe
    move /y build\RedSun.exe build\RedSun.awesome

Copilot AI and others added 3 commits April 30, 2026 15:28
Agent-Logs-Url: https://github.com/mostwise/RedSun/sessions/768ee8bb-eea3-4b85-965a-2ee9f91d0018

Co-authored-by: mostwise <100317628+mostwise@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mostwise/RedSun/sessions/768ee8bb-eea3-4b85-965a-2ee9f91d0018

Co-authored-by: mostwise <100317628+mostwise@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mostwise/RedSun/sessions/768ee8bb-eea3-4b85-965a-2ee9f91d0018

Co-authored-by: mostwise <100317628+mostwise@users.noreply.github.com>
@mostwise mostwise marked this pull request as ready for review April 30, 2026 15:32
@mostwise mostwise merged commit 34a3f16 into main Apr 30, 2026
0 of 2 checks passed
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.

2 participants