mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
add ci!
This commit is contained in:
parent
3ff48407d5
commit
02017ca288
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: Run script
|
||||||
|
run: |
|
||||||
|
ci/main.bat
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,5 +4,5 @@
|
|||||||
logs/
|
logs/
|
||||||
demos/
|
demos/
|
||||||
missingasset.csv
|
missingasset.csv
|
||||||
*.gscbin
|
|
||||||
*.exe
|
*.exe
|
||||||
|
compiled/
|
||||||
|
BIN
ci/30.gscbin
Normal file
BIN
ci/30.gscbin
Normal file
Binary file not shown.
BIN
ci/366.gscbin
Normal file
BIN
ci/366.gscbin
Normal file
Binary file not shown.
BIN
ci/851.gscbin
Normal file
BIN
ci/851.gscbin
Normal file
Binary file not shown.
6
ci/main.bat
Normal file
6
ci/main.bat
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
xcopy /y ci .
|
||||||
|
rm scripts\bots_adapter_piw5.gsc
|
||||||
|
|
||||||
|
gsc-tool.exe comp iw5 pc .
|
Loading…
x
Reference in New Issue
Block a user