build: add CI #1
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 s1 pc .
|
Loading…
x
Reference in New Issue
Block a user