mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit linux.yml
This commit is contained in:
parent
daebc205f9
commit
da2a76e50c
21
.github/workflows/linux.yml
vendored
21
.github/workflows/linux.yml
vendored
|
|
@ -10,24 +10,19 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image: [musl64, deb, pandoc]
|
||||
include:
|
||||
- lisp: sbcl-bin/2.4.0
|
||||
target: x86-64
|
||||
image: musl64
|
||||
makeopts: musl
|
||||
- lisp: sbcl-bin/2.4.0
|
||||
target: x86-64
|
||||
image: musl64
|
||||
- target: x86-64
|
||||
- {image: musl64, makeopts: musl }
|
||||
- {image: deb, makeopts: deb }
|
||||
- {image: pandoc, makeopts: docs }
|
||||
- image: musl64
|
||||
makeopts: musl
|
||||
variant: -musl
|
||||
- lisp: sbcl-bin/2.4.0
|
||||
lisp: sbcl-bin/2.4.0
|
||||
target: x86-64
|
||||
image: deb
|
||||
makeopts: deb
|
||||
- lisp: sbcl-bin/2.4.0
|
||||
target: x86-64
|
||||
image: pandoc
|
||||
makeopts: docs
|
||||
|
||||
environment: SET_VERSION
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue