Skip to content
Snippets Groups Projects
Commit 9034d0cc authored by Adam Jackson's avatar Adam Jackson :headphones:
Browse files

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's avatarAdam Jackson <ajax@redhat.com>
parent ddf42d62
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
#!/bin/sh
set -ex
./autogen.sh
make -sj4 check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment