特拉维斯没有上传缓存目录?为什么?

时间:2017-07-23 12:39:04

标签: travis-ci

在这个版本中,我在设置中有一个缓存目录, 在哪里安装所有依赖项,奇怪的是travis不执行before_cache并且不上传缓存?

我的存储库使用缓存中所述的设置: enter image description here

https://travis-ci.org/gabyx/ApproxMVBB/jobs/256581132

奇怪的是,travis在日志中报告了以下内容

Setting up build cache
$ export CASHER_DIR=$HOME/.casher
0.14s$ Installing caching utilities
0.00s
0.61sattempting to download cache archive
fetching master/cache-linux-precise-49ed8168a954ef68babd02034884f858ddc4fe3ca0368ba1270828dc239856eb--compiler-gpp.tgz
fetching master/cache--compiler-gpp.tgz
could not download cache
0.00s
0.45sadding /home/travis/ApproxMVBBCache to cache
creating directory /home/travis/ApproxMVBBCache

有人有任何想法吗?

1 个答案:

答案 0 :(得分:1)

问题解决了:我正在寻找bash脚本,并在build.sh中完成了exit 0退出构建。