我使用this tutorial来设置gitlab ci runner。跑步者似乎正在工作。现在我想用它构建一个C ++项目。
我该怎么做?
答案 0 :(得分:21)
假设您有一个shell runner,您可以创建一个作业并列出您想要执行的命令行命令。在git存储库的根目录中创建文件my_project:
script:
- cd apps/my_project
- mkdir build
- cd build
- cmake ..
- make
:
.gitlab-ci.yml
当你推动,并且在gitlab上启用了ci runners时,它会自动为每次推送执行所有这些shell命令。
有关您可以添加到OSPF <input type="checkbox" name="ospfen" id="ospfen_1" onclick="if(this.unchecked){document.getElementById('ospfpassive_1').checked=false;}"> Passive Interface<input type="checkbox" name="ospfpassive" id="ospfpassive_1" onclick="if(this.checked){document.getElementById('ospfen_1').checked=true;}"> <br />
的内容的更多信息,请here。