Skip to content

Commit

Permalink
check dependencies with ldd
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 18, 2016
1 parent e95be33 commit 4764f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ before_install:
export LD_LIBRARY_PATH=${HOME}/AMDAPPSDK/lib/x86_64:${LD_LIBRARY_PATH};
cd ..;
${HOME}/AMDAPPSDK/bin/x86_64/clinfo;
ldd -v ${HOME}/AMDAPPSDK/lib/x86_64/libOpenCL.so;
ldd -v ${HOME}/AMDAPPSDK/lib/x86_64/libamdocl64.so;
fi;
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

Expand Down

0 comments on commit 4764f22

Please sign in to comment.