Skip to content

Commit

Permalink
travis: Add LLVM-8 build
Browse files Browse the repository at this point in the history
Reviewer: Tom Stellard
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 357125
  • Loading branch information
jvesely committed Mar 27, 2019
1 parent 3b62047 commit 2abbe2f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions libclc/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,23 @@ matrix:
# From sources above
- llvm-7-dev
- clang-7
- env:
- LABEL="make gcc LLVM-8"
- LLVM_VERSION=8
- 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"
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
addons:
apt:
sources:
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-8 main'
key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
- ubuntu-toolchain-r-test
packages:
- libedit-dev
- g++-6
# From sources above
- llvm-8-dev
- clang-8
- env:
- LABEL="cmake gcc LLVM-3.9"
- LLVM_VERSION=3.9
Expand Down Expand Up @@ -163,6 +180,23 @@ matrix:
# From sources above
- llvm-7-dev
- clang-7
- env:
- LABEL="cmake gcc LLVM-8"
- LLVM_VERSION=8
- 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"
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
addons:
apt:
sources:
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-8 main'
key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
- ubuntu-toolchain-r-test
packages:
- libedit-dev
- g++-6
# From sources above
- llvm-8-dev
- clang-8

before_install:
- eval "${MATRIX_EVAL}"
Expand Down

0 comments on commit 2abbe2f

Please sign in to comment.