Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
wlroots
Commits
3152d5e2
Commit
3152d5e2
authored
Jul 03, 2018
by
Guido Gunther
Browse files
gitlab-ci: Build wlroots
Build it once with and without xwayland so we're sure both work
parent
8d03bc91
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3152d5e2
variables
:
DEPS
:
debhelper libcap-dev libdrm-dev libegl1-mesa-dev libgbm-dev
libgles2-mesa-dev libinput-dev libpixman-1-dev libsystemd-dev
libwayland-dev libxcb1-dev libxcb-composite0-dev libxcb-icccm4-dev
libxcb-image0-dev libxcb-render0-dev libxcb-xfixes0-dev
libxkbcommon-dev meson pkg-config wayland-protocols
build-essential
before_script
:
-
apt-get -y update
-
apt-get -y install $DEPS
build-with-xwayland
:
stage
:
build
tags
:
-
librem5
script
:
-
export LC_ALL=C.UTF-8
-
meson . _build -Denable-xwayland=true
-
ninja -C _build
-
ninja -C _build install
build-without-xwayland
:
stage
:
build
tags
:
-
librem5
script
:
-
export LC_ALL=C.UTF-8
-
meson . _build -Denable-xwayland=false
-
ninja -C _build
-
ninja -C _build 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