mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-12-13 08:27:48 +00:00
pregsc
This commit is contained in:
21
.github/workflows/gsc-tool.yml
vendored
Normal file
21
.github/workflows/gsc-tool.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: gsc-tool
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main-win:
|
||||
name: Compile 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: Run script
|
||||
run: |
|
||||
ci/gsc-tool.bat
|
||||
Reference in New Issue
Block a user