Skip to content

Commit 6ad0193

Browse files
JohanEngelenkinke
authored andcommitted
Travis: Add LLVM 5.0 (#2316)
1 parent ea76ce7 commit 6ad0193

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ sudo: false
44

55
matrix:
66
include:
7+
- os: linux
8+
d: ldc
9+
env: LLVM_VERSION=5.0.0 OPTS="-DLIB_SUFFIX=64 -DLDC_WITH_LLD=OFF"
710
- os: linux
811
d: ldc
912
env: LLVM_VERSION=4.0.1 OPTS="-DLIB_SUFFIX=64"
@@ -28,6 +31,7 @@ matrix:
2831
cache:
2932
directories:
3033
- llvm-spirv-6.0.0-2
34+
- llvm-5.0.0
3135
- llvm-4.0.1
3236
- llvm-4.0.0
3337
- llvm-3.9.1
@@ -44,7 +48,9 @@ addons:
4448
before_install:
4549
-
4650
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
47-
if [ "${LLVM_VERSION}" = "4.0.1" ]; then
51+
if [ "${LLVM_VERSION}" = "5.0.0" ]; then
52+
export LLVM_ARCH="linux-x86_64-ubuntu14.04";
53+
elif [ "${LLVM_VERSION}" = "4.0.1" ]; then
4854
export LLVM_ARCH="x86_64-linux-gnu-debian8";
4955
else
5056
export LLVM_ARCH="x86_64-linux-gnu-ubuntu-14.04";

0 commit comments

Comments
 (0)