Skip to content
Snippets Groups Projects
Commit 78d4c49d authored by adrien-matta's avatar adrien-matta
Browse files

* progress on clang compilation

parent f65f75f3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,12 @@ before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- sudo apt-get install root-system -y
- root-config --version
- if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y ppa:h-rayflood/llvm; fi
install:
# clang 3.4
- if [ "$CXX" == "clang++" ]; then sudo apt-get install --allow-unauthenticated -qq clang-3.4; fi
- if [ "$CXX" == "clang++" ]; then export CXX="clang++-3.4"; fi
script:
- cd NPLib
......
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