~sbinet/star-tex-patches

star-tex: ci: add FreeBSD v1 PROPOSED

Sebastien Binet: 1
 ci: add FreeBSD

 1 files changed, 15 insertions(+), 0 deletions(-)
#440742 linux.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sbinet/star-tex-patches/patches/20613/mbox | git am -3
Learn more about email & git

[PATCH star-tex] ci: add FreeBSD Export this patch

Signed-off-by: Sebastien Binet <s@sbinet.org>
---
 .builds/freebsd.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 .builds/freebsd.yml

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 0000000..90cc1ab
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -0,0 +1,15 @@
# SPDX-License-Identifier: Unlicense OR MIT
image: freebsd/11.x
packages:
sources:
 - https://git.sr.ht/~sbinet/star-tex
environment:
 GOFLAGS: -mod=readonly
 PATH: /home/build/sdk/go/bin:/bin:/usr/local/bin:/usr/bin
tasks:
 - install_go1_16: |
     mkdir -p /home/build/sdk
     curl -L https://golang.org/dl/go1.16.freebsd-amd64.tar.gz | tar -C /home/build/sdk -xzf -
 - test_project: |
     cd star-tex
     go test ./...
-- 
2.30.1
star-tex/patches/linux.yml: SUCCESS in 45s

[ci: add FreeBSD][0] from [Sebastien Binet][1]

[0]: https://lists.sr.ht/~sbinet/star-tex-patches/patches/20613
[1]: mailto:s@sbinet.org

✓ #440742 SUCCESS star-tex/patches/linux.yml https://builds.sr.ht/~sbinet/job/440742