haozlee / gitops

gitlab ci / cd demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitLab CI / CD Demo

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

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

About

gitlab ci / cd demo

License:Apache License 2.0


Languages

Language:C++ 53.3%Language:CMake 46.7%