Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cbac5752
authored
Jul 04, 2018
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add upload package
parent
d547d044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
.vscode/tasks.json
.vscode/tasks.json
View file @
cbac5752
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment