Add support for windows build on GitHub (#312)

This PR adds a Windows build pipeline running on GitHub.
Currently it runs on the repository https://github.com/Crown0815/forgejo-runner-windows.

So far the build does not include tests, but I am working on a solution.
For the time being we can release the windows builds easily though.

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/312
Co-authored-by: Felix Kröner <felix.kroener@gmx.de>
Co-committed-by: Felix Kröner <felix.kroener@gmx.de>
This commit is contained in:
Felix Kröner 2024-11-07 07:30:12 +00:00 committed by earl-warren
parent 5ef5a916c7
commit 228e002565
2 changed files with 51 additions and 0 deletions

3
.gitignore vendored
View file

@ -12,3 +12,6 @@ coverage.txt
__debug_bin
# gorelease binary folder
dist
# Jetbrains IDE
.idea