From 766c5169b8e828b1dc4cb54fcbfcf7d262e337e8 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Sat, 30 Dec 2023 17:01:57 +0100 Subject: [PATCH] build: add 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..f9dce3e --- /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 iw6 pc .