Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
wlroots
Commits
80ae21ca
Commit
80ae21ca
authored
Oct 15, 2018
by
Guido Gunther
Browse files
Merge branch 'f/gitlab-ci' into f/phosh-private
parents
95b605a9
1b68e791
Pipeline
#1553
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
80ae21ca
variables
:
DEPS
:
debhelper libcap-dev libdrm-dev libegl1-mesa-dev libgbm-dev
libgles2-mesa-dev libinput-dev libpixman-1-dev libpng-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
Markdown
is supported
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