pixman/contrib/ci.sh
Adam Jackson 9034d0cc32 ci: Add .gitlab-ci.yml
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>
2018-06-05 12:13:35 -04:00

7 lines
49 B
Bash
Executable File

#!/bin/sh
set -ex
./autogen.sh
make -sj4 check