1 Star 0 Fork 0

彭辅军/lua

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vinicius Jarina 提交于 2012-11-25 14:53 . Update .travis.yml
#
# lua Travis-CI Hook
#
# Travis language: C++
language: cpp
# We need CMake and LuaDist
install:
- sudo apt-get install cmake >/dev/null 2>&1
script:
- mkdir _build
- cd _build
- cmake ..
- cmake --build . --config Release
- ctest -C Release
# Execute additional tests or commands
#after_script:
# - [run additional test commans]
# Only watch the master branch
branches:
only:
- lua-5.1
# Notify if needed
notifications:
recipients:
- codefoco@gmail.com
email:
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/peng_fu_jun/lua.git
git@gitee.com:peng_fu_jun/lua.git
peng_fu_jun
lua
lua
lua-5.1

搜索帮助