1 Star 0 Fork 0

行云流水/doxygen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dimitri van Heesch 提交于 2016-09-02 21:47 . Another possible fix
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-add-repository ppa:smspillaz/cmake-2.8.12 -y
- sudo add-apt-repository ppa:texlive-backports/ppa -y
- sudo apt-get update -qq
install:
- sudo apt-get install -qq texlive
- sudo apt-get install -qq texlive-extra-utils
- sudo apt-get install -q -y texlive-latex-extra
- sudo apt-get install -qq libxml2-utils
- sudo apt-get install -qq cmake cmake-data
script:
- mkdir build
- cd build
- cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
- make
- make tests
- make docs
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yanxiangyu/doxygen.git
git@gitee.com:yanxiangyu/doxygen.git
yanxiangyu
doxygen
doxygen
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385