mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-05-13 07:34:49 +00:00
test workflow
This commit is contained in:
parent
0eec406277
commit
bd1dd61b43
20
.github/workflows/test.yml
vendored
Normal file
20
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: test
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
|
||||||
|
- name: Setup gsc-tool
|
||||||
|
uses: diamante/setup-gsc-tool@main
|
||||||
|
|
||||||
|
- name: Compile script
|
||||||
|
run: './gsc-tool comp t6 pc .'
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ demos/
|
|||||||
missingasset.csv
|
missingasset.csv
|
||||||
mpStats
|
mpStats
|
||||||
mpClassSets
|
mpClassSets
|
||||||
|
*.exe
|
||||||
|
compiled/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user