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
- Host: GitHub
- URL: https://github.com/kiselkovd/some_ci_test
- Owner: KiselkovD
- Created: 2024-10-10T15:25:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T17:26:18.000Z (over 1 year ago)
- Last Synced: 2025-02-17T21:29:06.558Z (over 1 year ago)
- Topics: ci, cpp
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# some_ci_test

## 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