Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .travis.yml

Issue 29817566: Noissue - Use clang++ and libc++ on Linux (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Added note about libc++ Created June 28, 2018, 2:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Makefile » ('j') | README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
===================================================================
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,25 +2,29 @@
os:
- linux
- osx
dist: trusty
sudo: false
+compiler: clang
+
addons:
apt:
sources:
- 'ubuntu-toolchain-r-test'
+ - llvm-toolchain-trusty-4.0
packages:
- binutils-gold
- libcurl4-openssl-dev
- g++-7
- p7zip-full
+ - clang-4.0
python: '2.7'
env:
global:
- URL_PREFIX=https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a/
- ANDROID_NDK_ROOT=${TRAVIS_BUILD_DIR}/third_party/android-ndk-r16b
matrix:
« no previous file with comments | « no previous file | Makefile » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld