mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-22 17:45:43 +00:00
no workflow
This commit is contained in:
parent
daad66c275
commit
a937850759
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: Compile test script
|
||||
run: |
|
||||
gsc-tool.exe comp t6 pc .
|
55
.github/workflows/test.yml
vendored
55
.github/workflows/test.yml
vendored
@ -1,55 +0,0 @@
|
||||
name: test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test-win:
|
||||
name: Test on Windows
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Setup gsc-tool
|
||||
uses: diamante0018/setup-gsc-tool@main
|
||||
with:
|
||||
version: "1.2.0"
|
||||
|
||||
- name: Compile test script
|
||||
run: |
|
||||
gsc-tool.exe comp t6 pc .
|
||||
|
||||
test-linux:
|
||||
name: Test on Linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Setup gsc-tool
|
||||
uses: diamante0018/setup-gsc-tool@main
|
||||
with:
|
||||
version: "1.2.0"
|
||||
|
||||
- name: Compile test script
|
||||
run: |
|
||||
gsc-tool comp t6 pc .
|
||||
|
||||
test-macos:
|
||||
name: Test on macOS
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Setup gsc-tool
|
||||
uses: diamante0018/setup-gsc-tool@main
|
||||
with:
|
||||
version: "1.2.0"
|
||||
|
||||
- name: Compile test script
|
||||
run: |
|
||||
gsc-tool comp t6 pc .
|
Loading…
x
Reference in New Issue
Block a user