Commit 3b1c3fb7 by Niels

added clang

parent 48ad4060
...@@ -2,13 +2,13 @@ language: cpp ...@@ -2,13 +2,13 @@ language: cpp
sudo: false sudo: false
compiler:
- gcc
env: env:
- COMPILER=g++-4.8
- COMPILER=g++-4.9 - COMPILER=g++-4.9
- COMPILER=g++-5 - COMPILER=g++-5
- COMPILER=clang-3.4
- COMPILER=clang-3.5
- COMPILER=clang-3.6
- COMPILER=clang-3.7
addons: addons:
apt: apt:
...@@ -18,6 +18,10 @@ addons: ...@@ -18,6 +18,10 @@ addons:
- g++-4.8 - g++-4.8
- g++-4.9 - g++-4.9
- g++-5 - g++-5
- clang-3.4
- clang-3.5
- clang-3.6
- clang-3.7
- valgrind - valgrind
- python-pip - python-pip
- python-yaml - python-yaml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment