1 Star 0 Fork 0

大风歌/QFramework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
凉鞋 提交于 2018-02-04 11:17 . Update Readme.md
language: csharp
# solution: build.sln
sudo: true
# Blacklist
branches:
except:
- gh-pages
# Environment variables
env:
global:
- GH_REPO_NAME: QFramework
- DOXYFILE: $TRAVIS_BUILD_DIR/docs/Doxyfile
- GH_REPO_REF: github.com/liangxiegame/QFramework.git
# Install dependencies
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
# Build your code e.g. by calling make
script:
- sh ./Tools/build.sh
- sh ./Tools/test.sh
notifications:
webhooks: https://hook.bearychat.com/=bwBLe/travis/d12e4ab6659650c0e20f6f99bd07ffea
# Generate and deploy documentation
# after_success: doxyjen
# - cd $TRAVIS_BUILD_DIR
# - chmod +x Tools/generateDocumentationAndDeploy.sh
# - ./Tools/generateDocumentationAndDeploy.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/gale-song/QFramework.git
[email protected]:gale-song/QFramework.git
gale-song
QFramework
QFramework
master

搜索帮助