Skip to content

Commit

Permalink
travis: clang 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
  • Loading branch information
muvarov committed Feb 16, 2017
1 parent 9420b79 commit 32b94ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ matrix:
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
packages:
- clang
- clang-3.8

before_install:
- echo 1000 | sudo tee /proc/sys/vm/nr_hugepages
Expand All @@ -60,6 +63,7 @@ before_install:
- sudo pip install coverage
- gem install asciidoctor
- PATH=${PATH//:\.\/node_modules\/\.bin/}
- if [ "$CC" = "clang" ]; then export CXX="clang++-3.8" CC="clang-3.8" LD="clang-3.8"; fi

# Install cunit for the validation tests because distro version is too old and fails C99 compile
- sudo apt-get remove libcunit1-dev libcunit1
Expand Down

0 comments on commit 32b94ed

Please sign in to comment.