[libclc] 29/92: travis: Check built libraries on 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 bdd9d717db5c2b3fb2595181d221e04d443aa0db
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date: Fri Sep 29 19:06:50 2017 +0000
travis: Check built libraries on 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@314547 91177308-0d34-0410-b5e6-96231b3b80d8
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index ede5a29..dcd40be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ matrix:
- LABEL="make gcc LLVM-3.9"
- LLVM_VERSION=3.9
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
+ - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc"
addons:
apt:
sources:
@@ -54,3 +55,6 @@ matrix:
script:
- $PYTHON ./configure.py --with-llvm-config=$LLVM_CONFIG --with-cxx-compiler=$CXX && make -j4
+ - for f in $CHECK_FILES; do
+ ./check_external_calls.sh built_libs/$f;
+ done
--
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