Add a simple CI workflow for compiling Cytoplasm. #27
1 changed files with 4 additions and 2 deletions
|
@ -11,9 +11,11 @@ jobs:
|
||||||
# Required packages for Alpine: git go nodejs make gcc musl-dev openssl-dev
|
# Required packages for Alpine: git go nodejs make gcc musl-dev openssl-dev
|
||||||
# Required packages for Debian: git golang nodejs make gcc libssl-dev
|
# Required packages for Debian: git golang nodejs make gcc libssl-dev
|
||||||
# Required packages for OpenBSD: git go node
|
# Required packages for OpenBSD: git go node
|
||||||
|
# Required packages for FreeBSD: git go node
|
||||||
#
|
#
|
||||||
# Note that Git, Go, and Node are only required on runners; they are
|
# Note that Git, Go, and Node are only required on runners; they are
|
||||||
# not generally required for compiling cytoplasm.
|
# not generally required for compiling cytoplasm. Conveniently, this means
|
||||||
|
# that on the BSDs, no additional packages are required to use Cytoplasm!
|
||||||
#
|
#
|
||||||
# To set up a runner, install the packages, then clone
|
# To set up a runner, install the packages, then clone
|
||||||
# https://git.telodendria.io/Telodendria/act_runner, do a go build,
|
# https://git.telodendria.io/Telodendria/act_runner, do a go build,
|
||||||
|
@ -21,7 +23,7 @@ jobs:
|
||||||
#
|
#
|
||||||
# For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
# For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
||||||
# For BSDs, set the tags: bsd, <os>-<version>, <arch>
|
# For BSDs, set the tags: bsd, <os>-<version>, <arch>
|
||||||
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4]
|
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4, freebsd-v14.0]
|
||||||
arch: [x86, x86_64]
|
arch: [x86, x86_64]
|
||||||
exclude:
|
exclude:
|
||||||
# 32-bit OpenBSD does not behave well in QEMU. Even when using
|
# 32-bit OpenBSD does not behave well in QEMU. Even when using
|
||||||
|
|
Loading…
Reference in a new issue