Compare commits
1 commit
21c880390a
...
803d143c99
Author | SHA1 | Date | |
---|---|---|---|
803d143c99 |
1 changed files with 4 additions and 7 deletions
|
@ -31,15 +31,17 @@ jobs:
|
||||||
~/.roswell
|
~/.roswell
|
||||||
~/.config/common-lisp/source-registry.conf.d
|
~/.config/common-lisp/source-registry.conf.d
|
||||||
~/lisp
|
~/lisp
|
||||||
key: roswell-${{ runner.os }}-${{ matrix.lisp }}
|
key: roswell-${{ runner.os }}-${{ matrix.lisp }}-${{ hashFiles('qlfile.lock') }}
|
||||||
|
|
||||||
- name: Install Roswell and Qlot
|
- name: Install dependencies
|
||||||
if: steps.restore-cache.outputs.cache-hit != 'true'
|
if: steps.restore-cache.outputs.cache-hit != 'true'
|
||||||
env:
|
env:
|
||||||
LISP: ${{ matrix.lisp }}
|
LISP: ${{ matrix.lisp }}
|
||||||
run: |
|
run: |
|
||||||
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
||||||
ros install fukamachi/qlot
|
ros install fukamachi/qlot
|
||||||
|
PATH="~/.roswell/bin:$PATH"
|
||||||
|
qlot install
|
||||||
|
|
||||||
- name: Save cache
|
- name: Save cache
|
||||||
id: save-cache
|
id: save-cache
|
||||||
|
@ -53,10 +55,5 @@ jobs:
|
||||||
~/lisp
|
~/lisp
|
||||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
PATH="~/.roswell/bin:$PATH"
|
|
||||||
qlot install
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: .qlot/bin/rove hsx.asd
|
run: .qlot/bin/rove hsx.asd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue