Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emanuele Aina
libnss-unknown
Commits
764dc6ce
Commit
764dc6ce
authored
Dec 10, 2018
by
Emanuele Aina
Browse files
Run `meson test` on GitLab CI
Signed-off-by:
Emanuele Aina
<
emanuele.aina@collabora.com
>
parent
2017608f
Pipeline
#3134
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
764dc6ce
image
:
debian:buster-slim
before_script
:
-
apt update
-
apt-get install --no-install-recommends -y
build-essential
meson
libnss3-dev
sharness
libnss-wrapper
test
:
script
:
-
meson _build/ .
-
cd _build/
-
ninja
-
meson test -v
artifacts
:
when
:
always
paths
:
-
_build/meson-logs
-
_build/test-results
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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