blob: abe72a92d37e093978c909817cdc504305848d73 (
plain) (
tree)
|
|
dist: ubuntu-precise
language: cpp
matrix:
include:
os: linux
compiler: clang
addons:
apt:
packages:
- clang-3.9
- libclang-3.9-dev
- libllvm3.9
- libstdc++-6-dev
env: COMPILER=clang++-3.9
script: make CXX=$COMPILER
|