我正在尝试自动生成一堆doxygen文档(软件的多个版本)。
一切正常,但是在将我的构建文档部署到GitHub页面时,在部署步骤的构建结束时遇到问题,并显示以下输出。
Deploying application
Initialized empty Git repository in /tmp/d20190828-7992-16ljbem/work/.git/
Repo created successfully
Switched to a new branch 'gh-pages'
An orphan branch gh-pages created successfully
cd -
cd /tmp/d20190828-7992-16ljbem/work
Copying /home/travis/build/jtraulle/dolibarr-doxygen/build contents to /tmp/d20190828-7992-16ljbem/work (workdir: /tmp/d20190828-7992-16ljbem/work)...
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
The build has been terminated
要发布的目录很大,因此花费超过10分钟的时间就不足为奇了。
我尝试将verbose: true
添加到我的部署步骤中,但是它没有任何改变。
有什么办法可以使它正常工作吗?
这是我的.travis.yml
文件:https://github.com/jtraulle/dolibarr-doxygen/blob/master/.travis.yml
失败的作业:https://travis-ci.org/jtraulle/dolibarr-doxygen/jobs/577913041
还有构建矩阵:https://travis-ci.org/jtraulle/dolibarr-doxygen/builds/577913027