1 Star 3 Fork 0

Eric_Liang/Makefile_templet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
git:
quiet: true
language: c
install:
echo "install sth here"
before_script:
echo "before script"
script:
- make -C one_dir_project/
- make -C mult_dir_project_new1/
after_script:
echo "after script"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Eric_Liang/Makefile_templet.git
git@gitee.com:Eric_Liang/Makefile_templet.git
Eric_Liang
Makefile_templet
Makefile_templet
master

搜索帮助