Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
cogl
Commits
92d2741a
Commit
92d2741a
authored
Jun 04, 2020
by
Emmanuele Bassi
👣
Browse files
Merge branch 'simple-ci' into 'cogl-1.22'
Simple ci See merge request GNOME/cogl!26
parents
122b390b
134ac2f9
Pipeline
#185328
passed with stage
in 8 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
92d2741a
image
:
fedora:rawhide
variables
:
DEPENDENCIES
:
gcc
gtk-doc
make
autoconf
autoconf-archive
automake
gettext-devel
libtool
chrpath
mesa-dri-drivers
mesa-libEGL-devel
xorg-x11-server-Xvfb
pkgconfig(cairo)
pkgconfig(gbm)
pkgconfig(gdk-pixbuf-2.0)
pkgconfig(gl)
pkgconfig(glib-2.0)
pkgconfig(gobject-introspection-1.0)
pkgconfig(gtk-doc)
pkgconfig(libdrm)
pkgconfig(pango)
pkgconfig(xcomposite)
pkgconfig(xdamage)
pkgconfig(xext)
pkgconfig(xfixes)
pkgconfig(xrandr)
pkgconfig(wayland-server)
pkgconfig(wayland-client)
pkgconfig(wayland-cursor)
pkgconfig(wayland-egl)
pkgconfig(xkbcommon)
COGL_RENDERER
:
"
glx"
build_stable
:
before_script
:
-
dnf upgrade -y --nogpgcheck fedora-release fedora-repos*
-
dnf update -y && dnf install -y $DEPENDENCIES
script
:
-
./autogen.sh --disable-dependency-tracking --disable-gtk-doc
-
make
# Disable the test suite; it completely fails on CI
# - xvfb-run -a -s "-screen 0 1024x768x24" make check
-
make install
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment