# CICD_test **Repository Path**: fusion_yun/CICD_test ## Basic Information - **Project Name**: CICD_test - **Description**: 本仓库用来存放CI/CD测试的例子,helloworld.cpp,helloworld_easybuild.cpp,和其他的测试代码。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: feature/dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-11 - **Last Updated**: 2022-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 自动完成git push后,hello,cpp的编译,并生成modulefile #### 介绍: 简单示例:hello.cpp #### 说明: 1. hello.eb ,定义编译hello.cpp需要的cmake,toochain,源码位置等 2. hello-cmake-1.0文件夹中包含hello.cpp及CMakeLists.txt #### 工作过程: 1. git push触发webhook 2. jenkins_master中设置构建任务及构建流程 3. jenkins_slave中启动easybuild环境,并根据构建要求,开始编译hello.cpp 4. 编译完成后,自动生成hellode modulefile:
  module load Hello/1.0-GCCcore-7.3.0
  [fydev@cc4dec59b9a0 fybox_node_test]$ hello
  Hello CMake!