builds: add fedora rawhide build

feature/tap-sh
Ariadne Conill 2019-07-12 08:42:11 -05:00
parent f3e1073f96
commit 3f178f71d7
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
image: fedora/rawhide
packages:
- make
- kernel-devel
- gcc
- gcc-c++
- autoconf
- automake
- libtool
- kyua
- libatf-sh
- xz
- gzip
sources:
- https://git.sr.ht/~kaniini/pkgconf
tasks:
- autogen: |
cd ~/pkgconf
sh autogen.sh
- configure: |
cd ~/pkgconf
./configure
- distcheck: |
cd ~/pkgconf
make distcheck