forked from ariadne/pkgconf
18 lines
290 B
YAML
18 lines
290 B
YAML
|
image: alpine/edge
|
||
|
packages:
|
||
|
- build-base
|
||
|
- cmake
|
||
|
- kyua
|
||
|
- atf
|
||
|
sources:
|
||
|
- https://git.sr.ht/~kaniini/pkgconf
|
||
|
tasks:
|
||
|
- configure: |
|
||
|
mkdir -p ~/pkgconf/build
|
||
|
cd ~/pkgconf/build
|
||
|
cmake ~/pkgconf
|
||
|
- distcheck: |
|
||
|
cd ~/pkgconf/build
|
||
|
make
|
||
|
make test
|