forked from ariadne/pkgconf
add meson test build
parent
bf1c18a181
commit
8d322b8959
|
@ -0,0 +1,17 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- build-base
|
||||
- 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