add cmake test build

pull/191/head
William Pitcock 2019-05-04 02:54:52 -05:00
parent 8d322b8959
commit 7a8f96a98c
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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