projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3241c8
)
CI: use -werror for meson
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 21 Nov 2018 13:56:44 +0000
(13:56 +0000)
committer
Olivier Crête
<olivier.crete@collabora.com>
Fri, 14 Dec 2018 19:47:01 +0000
(14:47 -0500)
And drop gstreamer1-plugins-base-devel dep
which is not needed.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
e14c9eb
..
734bc85
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-41,13
+41,12
@@
build meson:
glib2-devel
gobject-introspection-devel
gstreamer1-devel
- gstreamer1-plugins-base-devel
redhat-rpm-config
before_script:
- dnf install -y ${DEPENDENCIES}
- mkdir -p "${CI_PROJECT_DIR}"
script:
- - meson build/
+ - meson
--werror
build/
- ninja -C build/
submit-to-coverity: