File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - {os: "ubuntu-latest", system: "ubuntu", ext: "tar.gz"}
1313 # - {os: "windows-latest", system: "win64", ext: "zip"}
1414
15- runs-on : ${{ matrix.os }}
15+ runs-on : ${{ matrix.config. os }}
1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Create Build Environment
Original file line number Diff line number Diff line change 11# CodeTemplate
2-
32This Project aim at providing a orgnanize code Template for c++ based project using CMake.
43
4+ # CI/CD
5+ github CI/CD are implemented in .github/workflow folder
6+ Status: ![ CI] ( https://github.com/ring-teaching/CodeTemplate/workflows/CI/badge.svg?branch=master ) ![ CD] ( https://github.com/ring-teaching/CodeTemplate/workflows/CD/badge.svg?branch=master )
7+
58## project organization
69 * cmake: folder to centralize (1) CMake macros and function and (2) CMake related configuration files.
710 * include: folder to centralize libraries header files.
You can’t perform that action at this time.
0 commit comments