ci: build engine on windows

master
q3k 2021-05-08 13:22:13 +00:00
parent d2d08fd183
commit 0757da8a9e
1 changed files with 12 additions and 0 deletions

12
.github/workflows/build-actions.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: build-actions
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build-windows:
runs-on: [self-hosted, Windows, X64]
steps:
- uses: actions/checkout@v2
- run: bazel build //engine