Here lives a happy CI (Continuous Integration) Sample.
There will be a simple C++ CMake project and a Python Project that will be tested, built and deployed automatically, per commit.
A simple C++ project taken from Modern CMake.
- OS: Ubuntu 20.04+
aptpackages:build-essentialCMake(3.22+)gdb(debugger, not necessary but handy for developers)
mkdir -o build && cd build
cmake ..
make- Add simple python project