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