forked from ariadne/pkgconf
builds: add fedora meson build
parent
3f178f71d7
commit
af1fbf9820
|
@ -0,0 +1,16 @@
|
||||||
|
image: fedora/rawhide
|
||||||
|
packages:
|
||||||
|
- meson
|
||||||
|
- ninja-build
|
||||||
|
- kyua
|
||||||
|
- libatf-sh
|
||||||
|
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