Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
d91c6efd
Commit
d91c6efd
authored
Jan 23, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: Require very latest 0.49.1 as older versions break in our CI
Also remove workarounds for the older versions.
parent
856dbfcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
.gitlab-ci.yml
.gitlab-ci.yml
+0
-5
meson.build
meson.build
+1
-1
No files found.
.gitlab-ci.yml
View file @
d91c6efd
...
@@ -2,10 +2,6 @@ stages:
...
@@ -2,10 +2,6 @@ stages:
-
build
-
build
-
test
-
test
# Workaround for https://github.com/mesonbuild/meson/issues/4718
variables
:
LANG
:
en_US.utf8
build autotools
:
build autotools
:
stage
:
build
stage
:
build
image
:
registry.freedesktop.org/ocrete/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/ocrete/libnice/centos7/autotools-build
...
@@ -85,7 +81,6 @@ test meson:
...
@@ -85,7 +81,6 @@ test meson:
-
schedules
-
schedules
script
:
script
:
-
ifconfig
-
ifconfig
-
unset GITLAB_USER_NAME
-
source scl_source enable rh-python36 &&
true
-
source scl_source enable rh-python36 &&
true
-
meson test -C build/ --print-errorlogs
-
meson test -C build/ --print-errorlogs
artifacts
:
artifacts
:
...
...
meson.build
View file @
d91c6efd
project('libnice', 'c',
project('libnice', 'c',
version: '0.1.15.1',
version: '0.1.15.1',
meson_version : '>= 0.49.
0
',
meson_version : '>= 0.49.
1
',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
nice_version = meson.project_version()
nice_version = meson.project_version()
...
...
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