Skip to content

siryione/parse-yaml-run-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ processes executor from yaml config file

technical task for basecamp students

Build steps

  1. Clone yaml-cpp and build it following its build tutorial.

  2. Build the program linking static library

g++ -o result main.cpp process.cpp -lyaml-cpp -pthread -std=c++17

Note: specify yaml-cpp location for the linker in case the library is not located in your working directory

About

The application starts processes with information parsed from .yaml

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages