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
virtboard
Commits
e0dcc863
Commit
e0dcc863
authored
Jul 03, 2018
by
Guido Gunther
Browse files
gitlab-ci: Build and install virtboard
parent
46437c05
Pipeline
#125
passed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e0dcc863
variables
:
DEPS
:
debhelper meson pkg-config libpixman-1-dev libpng-dev libxcb1-dev
libxcb-xkb-dev libxkbcommon-dev libcairo2-dev libwayland-dev
wayland-protocols
before_script
:
-
apt-get -y update
-
apt-get -y install $DEPS
build-native
:
stage
:
build
tags
:
-
librem5
script
:
-
export LC_ALL=C.UTF-8
-
meson . _build
-
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