summaryrefslogtreecommitdiffstats
path: root/README.md
blob: afcdcb97b2fe363785a15b178bf4740402c9a0c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Simple cpp app for to study ci/cd pipeline

- Structure repo:
/src - source code of a *hello world* app
/test - some cmake unit tests


```
// Some code
int main()
{
    return true;
}
```cpp