ci: add freebsd test build

pull/191/head
William Pitcock 2019-05-04 03:01:11 -05:00
parent 7a8f96a98c
commit bd6f90a8e6
1 changed files with 19 additions and 0 deletions

View File

@ -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