Skip to content

Commit

Permalink
add task: build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Nov 19, 2019
1 parent 7a9268c commit 03825fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
}
},
{
"taskName": "Build test",
"taskName": "Build Examples",
"suppressTaskName": true,
"isBuildCommand": true,
"args": [
"make test"
"make examples"
],
"problemMatcher": {
"owner": "cpp",
Expand Down

0 comments on commit 03825fe

Please sign in to comment.