mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-19 21:22:54 +00:00
ci
This commit is contained in:
parent
dd1ea5ca07
commit
3aad2db86d
19
.github/workflows/main.yml
vendored
Normal file
19
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
- name: Compile test script
|
||||||
|
run: |
|
||||||
|
gsc-tool.exe parse iw5 pc .
|
Loading…
x
Reference in New Issue
Block a user