SysFlow is a DevOps automation framework designed for C/C++ system software. It provides streamlined build, test, and deployment flows for high-performance, low-level applications on Linux-based targets.
- π Modular CI/CD pipelines (Jenkins, GitHub Actions)
- π§ͺ Valgrind, gdb, and static analysis integrations
- π Multi-target deployment (Docker, VM, Embedded)
- π Custom system metrics collection
- π CLI tool for build/test automation
scripts/β Build, test, deploy automationcli/β Python-based command-line tooltools/β C++ utilities for monitoring and profilingpipeline/β CI/CD templates and config filesexamples/β Sample projects and test targets
./scripts/build.sh
./scripts/test.sh
./scripts/deploy.sh