From 0566c484c6898603d32d4898fdd8d0a5b39295e8 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 15 Dec 2016 15:32:07 +0330 Subject: still trying... --- .travis.yml | 56 ++++++++++++++------------------------------------------ 1 file changed, 14 insertions(+), 42 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b07bc6..3e5a38f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,46 +1,18 @@ -#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 - +dist: ubuntu-precise language: cpp matrix: include: - - os: linux - compiler: clang - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9'] - packages: ['clang-3.9'] - env: - - COMPILER=clang++-3.9 - - LLVMCONFIG=llvm-config-3.9 - -# Activate when 3.7 is released and the repository is available -# - os: linux -# compiler: clang -# addons: -# apt: -# sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7'] -# packages: ['clang-3.7'] -# env: COMPILER=clang++-3.7 - -# Activate when we are allowed to use MacOS X -# - os: osx -# compiler: clang -# env: COMPILER=clang++ + os: linux + compiler: clang + addons: + apt: + packages: + - clang-3.9 + - libclang-3.9-dev + - libllvm3.9 + - libstdc++-6-dev + env: + - COMPILER=clang++-3.9 + - LLVMCONFIG=llvm-config-3.9 -script: - make CXX=$COMPILER LLVM_CONF=$LLVMCONFIG \ No newline at end of file +script: make CXX=$COMPILER LLVM_CONF=$LLVMCONFIG \ No newline at end of file -- cgit v1.2.3