Add GitHub Actions workflow to build Windows binaries via MSYS2#1
Add GitHub Actions workflow to build Windows binaries via MSYS2#1
Conversation
Agent-Logs-Url: https://github.com/quanta-tech-cn/scws/sessions/7fba3c68-1f98-4c42-8ce3-1b98aa631732 Co-authored-by: siujamo <168176399+siujamo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/quanta-tech-cn/scws/sessions/7fba3c68-1f98-4c42-8ce3-1b98aa631732 Co-authored-by: siujamo <168176399+siujamo@users.noreply.github.com>
|
@copilot Error occurred while generate build system, error logs are as follows: |
Agent-Logs-Url: https://github.com/quanta-tech-cn/scws/sessions/e2795c09-cb48-4cde-a82e-8f8d0c7fc8c5 Co-authored-by: siujamo <168176399+siujamo@users.noreply.github.com>
... Fixed in commit 3a2337e. The root cause was a |
|
@copilot Error occurred when Build, error logs are as follows: |
…standard function Agent-Logs-Url: https://github.com/quanta-tech-cn/scws/sessions/e7102747-cc67-40d7-9b0e-cc8636a1e032 Co-authored-by: siujamo <168176399+siujamo@users.noreply.github.com>
... Fixed in commit ad1511e. The issue was in |
No CI existed for building native Windows binaries. This adds a GitHub Actions workflow that compiles
scws,scws-gen-dict, andlibscwson Windows using MSYS2/MinGW64 and autotools.Workflow:
.github/workflows/build-windows.ymlworkflow_dispatchwindows-latestwith MSYS2 MINGW64 shellautoreconf -fiv→./configure --disable-shared --enable-static→make→make installscws.exe,scws-gen-dict.exe, and.astatic libs asscws-windows-x64; fails explicitly if any expected binary is missingcontents: read(least-privilege)