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