Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
816ef120
Commit
816ef120
authored
Dec 23, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: add Ubuntu Bionic build
parent
5ff786e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
.travis.yml
.travis.yml
+23
-0
No files found.
.travis.yml
View file @
816ef120
...
...
@@ -2,6 +2,28 @@ language: cpp
matrix
:
include
:
# Ubuntu Bionic (18.04) with GCC 7
-
os
:
linux
dist
:
bionic
addons
:
apt
:
sources
:
-
sourceline
:
'
ppa:deadsnakes/ppa'
# for Python 3.7 (required by Meson)
packages
:
-
libgtest-dev
-
libboost-dev
-
python3.6
-
python3-urllib3
-
ninja-build
before_install
:
-
wget https://bootstrap.pypa.io/get-pip.py
-
/usr/bin/python3.6 get-pip.py --user
install
:
-
/usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
env
:
-
MATRIX_EVAL="export PATH=$HOME/.local/bin:$PATH"
# Ubuntu Trusty (16.04) with GCC 6
-
os
:
linux
dist
:
trusty
addons
:
...
...
@@ -27,6 +49,7 @@ matrix:
# use gold as workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=17068
-
MATRIX_EVAL="export CC='ccache gcc-6' CXX='ccache g++-6' LDFLAGS=-fuse-ld=gold PATH=$HOME/.local/bin:$PATH"
# Ubuntu Trusty (16.04) with GCC 8
-
os
:
linux
dist
:
trusty
addons
:
...
...
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