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
081d15a8
Commit
081d15a8
authored
Feb 16, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: use "matrix"
parent
d29d186d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
.travis.yml
.travis.yml
+9
-8
No files found.
.travis.yml
View file @
081d15a8
dist
:
trusty
language
:
cpp
language
:
cpp
addons
:
matrix
:
include
:
-
os
:
linux
dist
:
trusty
addons
:
apt
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
packages
:
-
g++-5
-
libcppunit-dev
-
libcppunit-dev
-
libboost-dev
-
libboost-dev
os
:
-
os
:
osx
-
linux
-
osx
env
:
env
:
global
:
global
:
...
@@ -17,13 +21,10 @@ env:
...
@@ -17,13 +21,10 @@ env:
before_install
:
before_install
:
# C++14
# C++14
-
test "$TRAVIS_OS_NAME" != "linux" || sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
-
test "$TRAVIS_OS_NAME" != "linux" || sudo apt-get update -qq
-
test "$TRAVIS_OS_NAME" != "osx" || brew update
-
test "$TRAVIS_OS_NAME" != "osx" || brew update
install
:
install
:
# C++14
# C++14
-
test "$TRAVIS_OS_NAME" != "linux" || sudo apt-get install -qq g++-5
-
test "$TRAVIS_OS_NAME" != "osx" || brew install cppunit
-
test "$TRAVIS_OS_NAME" != "osx" || brew install cppunit
script
:
script
:
...
...
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