Commit cbac5752 by Amir Aharon

add upload package

parent d547d044
Showing with 5 additions and 0 deletions
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
"command": "docker exec -it devenv make package", "command": "docker exec -it devenv make package",
}, },
{ {
"label": "upload package",
"type": "shell",
"command": "docker exec -it devenv make publish",
},
{
"label": "start-gdbserver", "label": "start-gdbserver",
"type": "shell", "type": "shell",
// not using -it so that it can be a preLaunchTask // not using -it so that it can be a preLaunchTask
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment