From bd6f90a8e69c45320fcfd89abb2ab09c2528aa32 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 4 May 2019 03:01:11 -0500 Subject: [PATCH] ci: add freebsd test build --- .builds/autoconf-freebsd-latest.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .builds/autoconf-freebsd-latest.yml diff --git a/.builds/autoconf-freebsd-latest.yml b/.builds/autoconf-freebsd-latest.yml new file mode 100644 index 0000000..a682f3b --- /dev/null +++ b/.builds/autoconf-freebsd-latest.yml @@ -0,0 +1,19 @@ +image: freebsd/latest +packages: + - autoconf + - automake + - libtool + - kyua + - atf +sources: + - https://git.sr.ht/~kaniini/pkgconf +tasks: + - autogen: | + cd ~/pkgconf + sh autogen.sh + - configure: | + cd ~/pkgconf + ./configure + - distcheck: | + cd ~/pkgconf + make distcheck