Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 409 Bytes

GitLab CI / CD Demo

本项目用于演示如何利用 gitlab-runner 实现 c++ 源代码的自动编译构建。其中:

  • .gitignore: 用于告诉 git 忽略的文件
  • .gitlab-ci.yml: gitlab 用于自动构建部署
  • CMakeLists.txt: cmake 用于描述编译构建过程
  • main.cpp: 需要编译构建的源代码,在控制台输出 hello 问候
  • README.md: 项目简介文件