Skip to content

Commit

Permalink
add PiStorm vscode targets
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Aug 5, 2021
1 parent fc95dc6 commit e7860ea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,31 @@
},
"group": "build"
},
{
"type": "shell",
"label": "build pistorm",
"command": "ninja",
"problemMatcher": [
"$gcc"
],
"options": {
"cwd": "${workspaceFolder}/build-pistorm"
},
"group": "build"
},
{
"type": "shell",
"label": "install pistorm",
"command": "ninja",
"problemMatcher": [
"$gcc"
],
"args": ["install"],
"options": {
"cwd": "${workspaceFolder}/build-pistorm"
},
"group": "build"
},
{
"type": "shell",
"label": "install raspi64",
Expand Down

0 comments on commit e7860ea

Please sign in to comment.