This commit is contained in:
ineed bots 2024-01-07 21:08:29 -06:00
parent 3ff48407d5
commit 02017ca288
6 changed files with 26 additions and 1 deletions

19
.github/workflows/main.yml vendored Normal file
View 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
View File

@ -4,5 +4,5 @@
logs/ logs/
demos/ demos/
missingasset.csv missingasset.csv
*.gscbin
*.exe *.exe
compiled/

BIN
ci/30.gscbin Normal file

Binary file not shown.

BIN
ci/366.gscbin Normal file

Binary file not shown.

BIN
ci/851.gscbin Normal file

Binary file not shown.

6
ci/main.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
xcopy /y ci .
rm scripts\bots_adapter_piw5.gsc
gsc-tool.exe comp iw5 pc .