Skip to content

Commit 0a91c0e

Browse files
author
Francois Bonneau
committed
fix(CD): os setting
1 parent 31bcd66 commit 0a91c0e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# CodeTemplate
2-
32
This 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.

0 commit comments

Comments
 (0)