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
|
||||
~/.config/common-lisp/source-registry.conf.d
|
||||
~/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'
|
||||
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: Save cache
|
||||
id: save-cache
|
||||
|
@ -53,10 +55,5 @@ jobs:
|
|||
~/lisp
|
||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
PATH="~/.roswell/bin:$PATH"
|
||||
qlot install
|
||||
|
||||
- name: Run tests
|
||||
run: .qlot/bin/rove hsx.asd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue