diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 00000000000..ea3fa848784 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,14 @@ +name: Test Windows Build Tools 2019 +run-name: ${{ gitea.actor }} is gonna build something +on: + push: + pull_request: + issue_comment: + +jobs: + build-windows: + name: Build on Windows x86_64 + runs-on: windows-buildtools2019 + if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run build-windows' || github.event.comment.body == '!actions run all' }} + steps: + - run: hostname \ No newline at end of file