Skip to content
Snippets Groups Projects
Unverified Commit 72fcf0c0 authored by René Fritze's avatar René Fritze
Browse files

[travis] switch to my own llvm ppa mirror

parent 4c9b3aac
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ before_install: ...@@ -39,6 +39,8 @@ before_install:
- sudo -E apt-get install -y -q python-pip python3-pip - sudo -E apt-get install -y -q python-pip python3-pip
- sudo -E pip3 install -U requests virtualenv cpp-coveralls - sudo -E pip3 install -U requests virtualenv cpp-coveralls
- sudo -E pip install -U requests virtualenv cpp-coveralls - sudo -E pip install -U requests virtualenv cpp-coveralls
- sudo -E add-apt-repository -y ppa:renemilk/llvm
- sudo -E apt-get update -qq && sudo -E aptitude install -y clang-3.7 clang-format-3.7
- export PATH=/usr/lib/ccache:$PATH - export PATH=/usr/lib/ccache:$PATH
- cd $HOME - cd $HOME
- test -d src || git clone https://github.com/dune-community/dune-xt-super.git src - test -d src || git clone https://github.com/dune-community/dune-xt-super.git src
...@@ -156,10 +158,9 @@ matrix: ...@@ -156,10 +158,9 @@ matrix:
apt: apt:
sources: sources:
- *commonsources - *commonsources
- ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7'] - ['ubuntu-toolchain-r-test']
packages: packages:
- *commonpackages - *commonpackages
- ['clang-3.7', 'clang-format-3.7']
env: CXX=clang++-3.7 CC=clang-3.7 MODULES_TO_DELETE="dune-xt-grid dune-xt-la dune-xt-functions" CLANG_FORMAT="/usr/bin/clang-format-3.7" env: CXX=clang++-3.7 CC=clang-3.7 MODULES_TO_DELETE="dune-xt-grid dune-xt-la dune-xt-functions" CLANG_FORMAT="/usr/bin/clang-format-3.7"
- os: linux - os: linux
...@@ -167,10 +168,9 @@ matrix: ...@@ -167,10 +168,9 @@ matrix:
apt: apt:
sources: sources:
- *commonsources - *commonsources
- ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7'] - ['ubuntu-toolchain-r-test']
packages: packages:
- *commonpackages - *commonpackages
- ['clang-3.7']
# fake last module to delete to distinguish testlogs # fake last module to delete to distinguish testlogs
env: OPTS=config.opts/travis.make BUILD_CMD="make -k -j2" CXX=clang++-3.7 CC=clang-3.7 MODULES_TO_DELETE="dune-xt-grid dune-xt-la dune-xt-functions with-make" env: OPTS=config.opts/travis.make BUILD_CMD="make -k -j2" CXX=clang++-3.7 CC=clang-3.7 MODULES_TO_DELETE="dune-xt-grid dune-xt-la dune-xt-functions with-make"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment