From 68b64352f02980b3b5a7ea47886e95151164c5a4 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 5 Aug 2021 10:34:13 +0100 Subject: add builds.sr.ht manifest for freebsd --- .builds/freebsd.yml | 18 ++++++++++++++++++ README.md | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .builds/freebsd.yml diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml new file mode 100644 index 0000000..e419fb6 --- /dev/null +++ b/.builds/freebsd.yml @@ -0,0 +1,18 @@ +image: freebsd/latest +packages: + - bash + - curl +sources: + - https://git.sr.ht/~tk/pack +tasks: + - setup: | + cd pack + curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do' + chmod +x do + ./configure -vw -B-lm + - build: | + cd pack + ./do + - test: | + cd pack + ./test diff --git a/README.md b/README.md index 18a6d11..9a5bfd3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ Pack is a simple serialisation and deserialisation library for C. Current build health: Arch Linux [![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/archlinux.yml.svg)](https://builds.sr.ht/~tk/pack/commits/archlinux.yml?) -| OpenBSD +OpenBSD [![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/openbsd.yml.svg)](https://builds.sr.ht/~tk/pack/commits/openbsd.yml?) +FreeBSD +[![builds.sr.ht status](https://builds.sr.ht/~tk/pack/commits/freebsd.yml.svg)](https://builds.sr.ht/~tk/pack/commits/freebsd.yml?) Dependencies ------------ -- cgit v1.2.3-54-g00ecf