We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2669cf6 commit 991bd3cCopy full SHA for 991bd3c
.travis.yml
@@ -41,6 +41,8 @@ before_install:
41
- sudo cp /usr/local/cuda/targets/x86_64-linux/lib/stubs/libcuda.so /usr/lib/
42
script:
43
- "./build.sh"
44
+- find release -type f -name *so -exec mv '{}' '{}'${CUDA_SHORT} \;
45
+- ls -l release/
46
47
before_deploy:
48
- export RELEASE_FILE=$(ls release/*.so)
0 commit comments