[clblas] 39/125: Modified travis build file to make release builds, and to run unit test in package directory
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clblas.
commit 546bd32d55d479df7856ca67d5c2f165077187ae
Author: Kent Knox <kent.knox at amd>
Date: Wed Nov 20 11:04:16 2013 -0600
Modified travis build file to make release builds, and to run unit test in package directory
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 725e202..2d30e3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,13 +22,13 @@ before_script:
- cd ${TRAVIS_BUILD_DIR}
- mkdir -p bin/clBLAS
- cd bin/clBLAS
- - cmake -DBUILD_TEST=OFF -DBUILD_CLIENT=ON ../../src
+ - cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=OFF -DBUILD_CLIENT=ON ../../src
script:
- make install
# - ls -Rla package
# Run a simple test to validate that the build works; CPU device in a VM
- - cd client
+ - cd package/bin
- export LD_LIBRARY_PATH=${TRAVIS_BUILD_DIR}/bin/clBLAS/package/lib64:${LD_LIBRARY_PATH}
- ./client --cpu
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git
More information about the debian-science-commits
mailing list