Skip to content

Conversation

@Simonandy28
Copy link

Build and Running Docker

docker build -t cmake-exercise .
docker run -it --mount type=bind,src=.,dst=/cmake-exercise cmake-exercise

Running the Code

Using build_and_run.sh

Compile with: chmod +x build_and_run.sh

Run: ./build_and_run.sh

If the run command is not possible, try sed -i 's/\r$//' build_and_run.sh and retry running.

Without build_and_run.sh

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
./main <filePath to Yaml that is to be parsed>

@Simonandy28
Copy link
Author

Could not assign myself to the pull request

@Simonandy28
Copy link
Author

GitLab Acc: merklesn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant