From d9dacae4d2c375fbc0d68f84fcd0b634177d9b97 Mon Sep 17 00:00:00 2001 From: paku Date: Sat, 11 Jan 2025 20:12:17 +0900 Subject: [PATCH] Add GitHub Actions for mirror repo --- .github/workflows/CI.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/CI.yml diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 0000000..0979241 --- /dev/null +++ b/.github/workflows/CI.yml @@ -0,0 +1,32 @@ +name: 'CI' + +on: + push: + branches: + - 'master' + pull_request: + +jobs: + test: + runs-on: ubuntu-latest + + strategy: + matrix: + lisp: + - sbcl-bin + + steps: + - uses: actions/checkout@v4 + + - name: Install dependencies + if: steps.restore-cache.outputs.cache-hit != 'true' + env: + LISP: ${{ matrix.lisp }} + run: | + curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh + ros install fukamachi/qlot + PATH="~/.roswell/bin:$PATH" + qlot install + + - name: Run tests + run: .qlot/bin/rove hsx.asd