An open API service indexing awesome lists of open source software.

https://github.com/kiselkovd/some_ci_test

example of using github ci
https://github.com/kiselkovd/some_ci_test

ci cpp

Last synced: 8 months ago
JSON representation

example of using github ci

Awesome Lists containing this project

README

          

# some_ci_test

![some png](https://github.com/KiselkovD/some_ci_test/raw/main/ci_cd.png)

## About

> Welcome

It's just example of using github ci.

### There are

* programm files
* main.h
* main.cpp
* testing files
* test.h
* test.cpp
* ci actions script
* ci.yml
* text description with Markdown & png for this
* README.md
* ci_cd.png

### Git command

**to load this project on computer:**

` git clone [https://github.com/...]`

**to change this repository:**

```
git add .
git commit -m '[some_name]'
git push
```

### Ci script
we just compile our programm on ubuntu using g++ and execute received file