Using my mgl-pax branch.
This commit is contained in:
parent
e54da27e70
commit
8c1e19b91f
3 changed files with 7 additions and 7 deletions
2
.github/actions/setup-lisp/action.yml
vendored
2
.github/actions/setup-lisp/action.yml
vendored
|
@ -25,7 +25,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo ::group::Install Roswell
|
||||
if [[ "$OS" == "ubuntu-latest" ]]; then
|
||||
if [[ "$RUNNER_OS" == "Linux ]]; then
|
||||
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
|
||||
fi
|
||||
if [[ "$OS" == "macos-latest" ]]; then
|
||||
|
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -69,14 +69,12 @@ jobs:
|
|||
{% ifequal quicklisp_dist "ultralisp" %}
|
||||
dist ultralisp http://dist.ultralisp.org
|
||||
{% endifequal %}
|
||||
|
||||
github mgl-pax 40ants/mgl-pax :branch mgl-pax-minimal
|
||||
|
||||
- uses: 40ants/cl-info/.github/actions/run-tests@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
qlfile-template: |
|
||||
{% ifequal quicklisp_dist "ultralisp" %}
|
||||
dist ultralisp http://dist.ultralisp.org
|
||||
{% endifequal %}
|
||||
|
||||
|
||||
# This is additional step to check
|
||||
# a command line script
|
||||
|
|
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-docs:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
|
||||
env:
|
||||
LISP: sbcl-bin
|
||||
|
@ -26,6 +26,8 @@ jobs:
|
|||
- uses: 40ants/cl-info/.github/actions/setup-lisp@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
qlfile-template: |
|
||||
github mgl-pax 40ants/mgl-pax :branch mgl-pax-minimal
|
||||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
|
|
Loading…
Reference in a new issue