run-examples: Provide more error context for debugging

Use `anyhow` for nice errors and provide error context on commands that we run.
This commit is contained in:
Nick Fitzgerald
2020-07-10 13:51:58 -07:00
parent 2040a654d6
commit ec331a088c
3 changed files with 30 additions and 25 deletions

1
Cargo.lock generated
View File

@@ -1742,6 +1742,7 @@ dependencies = [
name = "run-examples"
version = "0.18.0"
dependencies = [
"anyhow",
"cc",
]