Skip to content

Commit 991bd3c

Browse files
committed
fix release file in travis
1 parent 2669cf6 commit 991bd3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ before_install:
4141
- sudo cp /usr/local/cuda/targets/x86_64-linux/lib/stubs/libcuda.so /usr/lib/
4242
script:
4343
- "./build.sh"
44+
- find release -type f -name *so -exec mv '{}' '{}'${CUDA_SHORT} \;
45+
- ls -l release/
4446

4547
before_deploy:
4648
- export RELEASE_FILE=$(ls release/*.so)

0 commit comments

Comments
 (0)