mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-19 05:12:53 +00:00
22 lines
402 B
YAML
22 lines
402 B
YAML
name: main
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
main-win:
|
|
name: Test on Windows
|
|
runs-on: windows-latest
|
|
|
|
steps:
|
|
- name: Check out files
|
|
uses: actions/checkout@main
|
|
|
|
- name: Setup gsc-tool
|
|
uses: xensik/setup-gsc-tool@v1
|
|
with:
|
|
version: '1.4.0'
|
|
|
|
- name: Compile test script
|
|
run: |
|
|
gsc-tool.exe -m parse -g iw5 -s pc .
|