From bd1dd61b43452807a26d14557bc8c1bf88cc2d37 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 26 Dec 2023 14:26:35 -0600 Subject: [PATCH] test workflow --- .github/workflows/test.yml | 20 ++++++++++++++++++++ .gitignore | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..ffaeac2 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,20 @@ +name: test + +on: [push] + +jobs: + test: + strategy: + matrix: + os: [ubuntu-latest] + + runs-on: ${{ matrix.os }} + + steps: + - uses: actions/checkout@main + + - name: Setup gsc-tool + uses: diamante/setup-gsc-tool@main + + - name: Compile script + run: './gsc-tool comp t6 pc .' diff --git a/.gitignore b/.gitignore index bfaa4f7..087708b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ demos/ missingasset.csv mpStats mpClassSets +*.exe +compiled/