Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Igor Minin
gvision_canvus_demo
Commits
7a10eb4f
Commit
7a10eb4f
authored
5 years ago
by
Igor Minin
Browse files
Options
Download
Email Patches
Plain Diff
Debugging build
parent
c4dd1743
master
Pipeline
#23003
passed with stages
in 4 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
.gitlab-ci.yml
ci/Dockerfile
+1
-1
ci/Dockerfile
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
+
2
-
0
View file @
7a10eb4f
...
...
@@ -40,6 +40,8 @@ package:
dependencies
:
-
build
script
:
-
pwd
-
ls
-
docker build -f ci/Dockerfile -t $CI_REGISTRY_IMAGE:$CI_PIPELINE_IID .
-
docker save $CI_REGISTRY_IMAGE:$CI_PIPELINE_IID | gzip > image.tar.gz
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
ci/Dockerfile
+
1
-
1
View file @
7a10eb4f
FROM
ubuntu:latest
ADD
src/gvision_canvus_demo/
gvision_canvus_demo /
ADD
gvision_canvus_demo /
WORKDIR
/
CMD
["./gvision_canvus_demo"]
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help