Skip to content

Commit a7c5fa2

Browse files
committed
Attempt to improve CI caching.
1 parent b10dbc3 commit a7c5fa2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ env:
3535
- CUDA_LIBRARY_PATH=/usr/local/cuda-8.0/targets/x86_64-linux/lib:/usr/local/cuda-8.0/targets/x86_64-linux/lib/stubs
3636
- secure: qco+CoqBkSWfYlpsoXOnc1MhpSPzQl6TfnnlfYdPT9FA4i5Wwcy1j2oDsz4uaksJjTTAqwLyIgGlLjEsalqJUtb1vBvVOAEyJP5rpJvvdEgK3VbH0ZpwwTp4oqrsfQu+0x3ubP4gP1NEpOB6Puuq81wCvxw/m3WmxuyKt9wNvzrs+v13ezbkwrfbsSrtRD4gG5KuYTpjkU93fdxjn4toNDdzirjs7SBcmyyyCSWhHPs/Go4sfABGIKNdBVoKVR9Qr+vDKkULcq6Vq62iIQ0bR2JFLP2PIqvjQtG3ccN73IArjgLcupOBK6TC0/JivPkFtTYPrvPPvlwtirjwFeTYiY5fGn++TaVrRGYyz3sVuXOJX2KnKwoxsboG1osaYSJjOvsYJdFp0HBLaL7Xa6gP6sC/s9gB1CO9gqTgO8a14e+1fpKeJibalX2V+e7BxW4qe06FSuj0yCmc6r/HmNw5CqibxDyWVrrLVSCPGUGoTgroVQAqh+ULpoNMNVGT3EV3GBdG6Gd1s84I6SACH1Ni06XN3Z2tk0AR1l6ftV4tqGBortepkitnEc+XVFUgIgof+of99wqz/haouU9tXq3cWN+NPE05wVK6hjbbI1+mX8ZnxhCV7ngYHi7xHj61ctcVyJVVvCxreXt74vsqNY2+NZPjxjbuqBNPyaUoCVsb3dA=
3737

38+
before_cache:
39+
- find ./target/debug -maxdepth 1 -type f -delete
40+
- rm -rf ./target/debug/deps/rustacuda*
41+
- rm -rf ./target/debug/deps/test*
42+
- rm -rf ./target/debug/deps/launch*
43+
- rm -rf ./target/debug/.fingerprint/rustacuda*
44+
- rm -rf ./target/debug/.fingerprint/test*
45+
- rm -rf ./target/debug/.fingerprint/launch*
46+
- rm -f ./target/.rustc_info.json
47+
- rm -rf ./target/criterion
48+
3849
branches:
3950
only: master
4051

0 commit comments

Comments
 (0)