File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,23 @@ matrix:
86
86
# From sources above
87
87
- llvm-7-dev
88
88
- clang-7
89
+ - env :
90
+ - LABEL="make gcc LLVM-8"
91
+ - LLVM_VERSION=8
92
+ - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc tahiti-amdgcn-mesa-mesa3d.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
93
+ - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
94
+ addons :
95
+ apt :
96
+ sources :
97
+ - sourceline : ' deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-8 main'
98
+ key_url : https://apt.llvm.org/llvm-snapshot.gpg.key
99
+ - ubuntu-toolchain-r-test
100
+ packages :
101
+ - libedit-dev
102
+ - g++-6
103
+ # From sources above
104
+ - llvm-8-dev
105
+ - clang-8
89
106
- env :
90
107
- LABEL="cmake gcc LLVM-3.9"
91
108
- LLVM_VERSION=3.9
@@ -163,6 +180,23 @@ matrix:
163
180
# From sources above
164
181
- llvm-7-dev
165
182
- clang-7
183
+ - env :
184
+ - LABEL="cmake gcc LLVM-8"
185
+ - LLVM_VERSION=8
186
+ - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc tahiti-amdgcn-mesa-mesa3d.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
187
+ - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
188
+ addons :
189
+ apt :
190
+ sources :
191
+ - sourceline : ' deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-8 main'
192
+ key_url : https://apt.llvm.org/llvm-snapshot.gpg.key
193
+ - ubuntu-toolchain-r-test
194
+ packages :
195
+ - libedit-dev
196
+ - g++-6
197
+ # From sources above
198
+ - llvm-8-dev
199
+ - clang-8
166
200
167
201
before_install :
168
202
- eval "${MATRIX_EVAL}"
You can’t perform that action at this time.
0 commit comments