[libclc] 74/79: travis: Add build using llvm-6

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Mar 19 16:51:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit 81a5e890661d006656aa0ee0445e0be074847ea5
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Mon Mar 12 19:46:48 2018 +0000

    travis: Add build using llvm-6
    
    Acked-by: Aaron Watry <awatry at gmail.com>
    Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@327323 91177308-0d34-0410-b5e6-96231b3b80d8
---
 .travis.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 27fa5f7..a36c9cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,28 @@ matrix:
             # From sources above
             - llvm-5.0-dev
             - clang-5.0
+    - env:
+        - LABEL="make gcc LLVM-6.0"
+        - LLVM_VERSION=6.0
+        - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
+        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
+        # llvm passes -Werror=date-time which is only supported in gcc-4.9+
+        - MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
+      addons:
+        apt:
+          sources:
+            - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
+            - ubuntu-toolchain-r-test
+          packages:
+            - libedit-dev
+            # LLVM-6 needs libstdc++4.9
+            - g++-4.9
+            # From sources above
+            - llvm-6.0-dev
+            - clang-6.0
+
+before_install:
+    - eval "${MATRIX_EVAL}"
 
 script:
   - $PYTHON ./configure.py --with-llvm-config=$LLVM_CONFIG --with-cxx-compiler=$CXX && make -j4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list