ci: add freebsd test build
parent
7a8f96a98c
commit
bd6f90a8e6
|
@ -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
|
Loading…
Reference in New Issue