mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-09 07:43:38 +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>
7 lines
49 B
Bash
Executable File
7 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./autogen.sh
|
|
make -sj4 check
|