File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ matrix:
40
40
- libclang-7-dev
41
41
- zlib1g-dev
42
42
ssh_known_hosts : cppinsights.io
43
- env : COMPILER='g++-8' COMPILER_CC='gcc-8' LLVM_CONFIG='/usr/bin/llvm-config-7' COVERAGE='No' DEPLOY='Yes ' STATIC='No'
43
+ env : COMPILER='g++-8' COMPILER_CC='gcc-8' LLVM_CONFIG='/usr/bin/llvm-config-7' COVERAGE='No' DEPLOY='No ' STATIC='No'
44
44
45
45
# 3/ Linux Clang Coverage Builds
46
46
- os : linux
@@ -57,6 +57,23 @@ matrix:
57
57
- zlib1g-dev
58
58
- lcov
59
59
env : COMPILER='g++-7' COMPILER_CC='gcc-7' LLVM_CONFIG='/usr/bin/llvm-config-7' STATIC='No' COVERAGE='Yes'
60
+
61
+ # Clang 6.0 deployment
62
+ - os : linux
63
+ compiler : clang
64
+ addons :
65
+ apt :
66
+ sources :
67
+ - ubuntu-toolchain-r-test
68
+ - llvm-toolchain-trusty-6.0
69
+ packages :
70
+ - clang-6.0
71
+ - llvm-6.0-dev
72
+ - libclang-6.0-dev
73
+ - zlib1g-dev
74
+ ssh_known_hosts : cppinsights.io
75
+ env : COMPILER='clang++-6.0' COMPILER_CC='clang-6.0' LLVM_CONFIG='/usr/bin/llvm-config-6.0' COVERAGE='No' DEPLOY='Yes' STATIC='Yes'
76
+
60
77
install :
61
78
- ${TRAVIS_BUILD_DIR}/scripts/travis_install.sh
62
79
@@ -83,7 +100,7 @@ before_deploy:
83
100
- chmod 600 /tmp/deploy_rsa
84
101
- ssh-add /tmp/deploy_rsa
85
102
- tar -cjf $TRAVIS_BUILD_DIR/build/include.tar.bz2 /usr/include
86
- - tar -cjf $TRAVIS_BUILD_DIR/build/include-clang.tar.bz2 /usr/lib/llvm-7 /lib/clang/7 .0.0 /include
103
+ - tar -cjf $TRAVIS_BUILD_DIR/build/include-clang.tar.bz2 /usr/lib/llvm-6.0 /lib/clang/6 .0.1 /include
87
104
88
105
deploy :
89
106
provider : script
You can’t perform that action at this time.
0 commit comments