Skip to content

Merge pull request #87 from Starfly-13/ScrapGuns #15

Merge pull request #87 from Starfly-13/ScrapGuns

Merge pull request #87 from Starfly-13/ScrapGuns #15

name: QA
on:
push:
branches:
- master
pull_request:
branches:
- master
merge_group:
branches:
- master
jobs:
test_windows:
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') }}
name: "Build (Windows)"
runs-on: windows-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Build Project
run: pwsh tools/starfly/ci/build.ps1
env:
DM_EXE: "C:\\byond\\bin\\dm.exe"