mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-04 00:13:41 +00:00

Just builds on Fedora 28 for x86_64 at the moment, but it's a start. Credit to Daniel Stone for eliminating the nested docker image. Signed-off-by: Adam Jackson <ajax@redhat.com>
9 lines
183 B
YAML
9 lines
183 B
YAML
image: fedora:28
|
|
|
|
job:
|
|
script:
|
|
- dnf -y install dnf-plugins-core
|
|
- dnf -y groupinstall buildsys-build
|
|
- dnf -y builddep pixman
|
|
- ./autogen.sh
|
|
- make -sj4 check |