Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
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
Libraries
json
Commits
aea2040d
Commit
aea2040d
authored
Jun 24, 2015
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try travis matrix
parent
6e6dd5f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
6 deletions
+75
-6
.travis.yml
.travis.yml
+75
-6
No files found.
.travis.yml
View file @
aea2040d
language
:
cpp
compiler
:
-
gcc
matrix
:
fast_finish
:
true
include
:
-
os
:
linux
env
:
TOOLSET=clang-3.4
addons
:
&clang34
apt
:
packages
:
-
clang-3.4
-
libstdc++-5-dev
-
valgrind
-
gdb
sources
:
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise-3.4
-
os
:
linux
env
:
TOOLSET=clang-3.5
addons
:
&clang35
apt
:
packages
:
-
clang-3.5
-
libstdc++-5-dev
-
valgrind
-
gdb
sources
:
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise-3.5
-
os
:
linux
env
:
TOOLSET=clang-3.6
addons
:
&clang36
apt
:
packages
:
-
clang-3.6
-
libstdc++-5-dev
-
valgrind
-
gdb
sources
:
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise-3.6
-
os
:
linux
env
:
TOOLSET=clang-3.7
addons
:
&clang37
apt
:
packages
:
-
clang-3.7
-
libstdc++-5-dev
-
valgrind
-
gdb
sources
:
-
ubuntu-toolchain-r-test
-
llvm-toolchain-precise
-
os
:
linux
env
:
TOOLSET=gcc-5
addons
:
&gcc5
apt
:
packages
:
-
g++-5
-
libstdc++-5-dev
-
valgrind
-
gdb
sources
:
-
ubuntu-toolchain-r-test
#compiler:
# - gcc
before_install
:
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo apt-get update -qq
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
#
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
#
- sudo apt-get update -qq
#
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
#
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
-
sudo pip install cpp-coveralls pyyaml
-
sudo apt-get install valgrind
-
sudo pip install codecov
...
...
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