From 9a50b4b23f80c6d3e43ff9ea4051b7d714645329 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Sat, 30 Dec 2023 16:59:29 +0100 Subject: [PATCH] build: test CI --- .gitea/workflows/test.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..099b2d0 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -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 . -- 2.34.1