diff --git a/.github/workflows/build-actions.yml b/.github/workflows/build-actions.yml new file mode 100644 index 0000000..5f424e9 --- /dev/null +++ b/.github/workflows/build-actions.yml @@ -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