Skip to content

Commit

Permalink
Add install task
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Schulz authored and Michal Schulz committed Oct 7, 2020
1 parent 91a3128 commit 3c0da8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
},
"group": "build"
},
{
"type": "shell",
"label": "install raspi64",
"command": "make",
"problemMatcher": [
"$gcc"
],
"args": ["install"],
"options": {
"cwd": "${workspaceFolder}/build-raspi64"
},
"group": "build"
},
{
"type": "shell",
"label": "build pbpro",
Expand Down

0 comments on commit 3c0da8b

Please sign in to comment.