[libclc] 26/92: travis: add build using llvm-3.9

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Nov 6 15:11:57 UTC 2017


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

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

commit b559ed80b8775d524bf7b1f7ae8d3f33db410f36
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Fri Sep 29 19:06:45 2017 +0000

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

diff --git a/.travis.yml b/.travis.yml
index 21be7b9..ede5a29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,20 @@ cache:
 matrix:
   include:
     - env:
+        - LABEL="make gcc LLVM-3.9"
+        - LLVM_VERSION=3.9
+        - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
+      addons:
+        apt:
+          sources:
+            - llvm-toolchain-trusty-3.9
+          packages:
+            - libedit-dev
+            - g++-4.8
+            # From sources above
+            - llvm-3.9-dev
+            - clang-3.9
+    - env:
         - LABEL="make gcc LLVM-4.0"
         - LLVM_VERSION=4.0
         - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"

-- 
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