forked from ariadne/pkgconf
builds: add freebsd CI build
parent
cab8eddc3a
commit
833294f592
|
@ -0,0 +1,16 @@
|
||||||
|
image: freebsd/latest
|
||||||
|
packages:
|
||||||
|
- meson
|
||||||
|
- ninja
|
||||||
|
- kyua
|
||||||
|
- atf
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~kaniini/pkgconf
|
||||||
|
tasks:
|
||||||
|
- configure: |
|
||||||
|
cd ~/pkgconf
|
||||||
|
meson build
|
||||||
|
- distcheck: |
|
||||||
|
cd ~/pkgconf
|
||||||
|
ninja -C build
|
||||||
|
ninja -C build test
|
Loading…
Reference in New Issue