mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 07:01:50 +00:00
pregsc
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
name: main
|
||||
name: gsc-tool
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main-win:
|
||||
name: Test on Windows
|
||||
name: Compile on Windows
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
@ -18,4 +18,4 @@ jobs:
|
||||
|
||||
- name: Run script
|
||||
run: |
|
||||
ci/main.bat
|
||||
ci/gsc-tool.bat
|
16
.github/workflows/pregsc.yml
vendored
Normal file
16
.github/workflows/pregsc.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: pregsc
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main-win:
|
||||
name: Run on Windows
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Run script
|
||||
run: |
|
||||
ci/pregsc.bat
|
Reference in New Issue
Block a user