forked from ariadne/pkgconf
20 lines
307 B
YAML
20 lines
307 B
YAML
|
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
|