This commit is contained in:
parent
ce82bcb26a
commit
766c5169b8
21
.gitea/workflows/test.yml
Normal file
21
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,21 @@
|
||||
name: test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
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 scripts
|
||||
run: |
|
||||
gsc-tool comp iw6 pc .
|
Loading…
x
Reference in New Issue
Block a user