Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
voxl
ROS
voxl-hal3-tof-cam-ros
Commits
944ae251
Commit
944ae251
authored
Feb 23, 2021
by
Travis Bottalico
Browse files
Update .gitlab-ci.yml for build dev/stable
parent
4edc06d5
Pipeline
#262066601
failed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
.gitlab-ci.yml
.gitlab-ci.yml
+24
-2
No files found.
.gitlab-ci.yml
View file @
944ae251
...
...
@@ -12,13 +12,35 @@ stages:
-
deploy_stage_dev
-
deploy_stage_stable
build
:
build
_dev
:
image
:
voxl-emulator
stage
:
build_stage
only
:
refs
:
-
dev
except
:
-
schedules
script
:
-
source /opt/ros/indigo/setup.bash
-
/bin/bash build.sh source/
-
/bin/bash make_package.sh
artifacts
:
untracked
:
true
expire_in
:
1 min
expire_in
:
20 min
build_stable
:
image
:
voxl-emulator
stage
:
build_stage
only
:
refs
:
-
tags
-
master
except
:
-
schedules
script
:
-
source /opt/ros/indigo/setup.bash
-
/bin/bash build.sh source/
-
/bin/bash make_package.sh
artifacts
:
untracked
:
true
expire_in
:
20 min
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