pkgconf/.builds/autoconf-freebsd-latest.yml

20 lines
307 B
YAML
Raw Normal View History

2019-05-04 08:01:11 +00:00
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