Merge branch 'ci' into 'master'

ci: Add .gitlab-ci.yml

See merge request pixman/pixman!1
This commit is contained in:
Adam Jackson
2018-06-05 16:33:50 +00:00
2 changed files with 15 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

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

6
contrib/ci.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -ex
./autogen.sh
make -sj4 check