Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
software
ndt_core_public
Commits
68d28754
Commit
68d28754
authored
Aug 22, 2018
by
Tomasz Kucner
Browse files
added stages
parent
152437f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.gitlab-ci.yml
.gitlab-ci.yml
+7
-2
No files found.
.gitlab-ci.yml
View file @
68d28754
stages
:
-
dev-build
-
night-build
-
release-build
# Ubuntu 16.04
ubuntu-xenial-test
:
image
:
ubuntu:xenial
...
...
@@ -19,7 +24,7 @@ ubuntu-xenial-test:
-
rosdep install --from-paths . -i -y -r --rosdistro $CI_ROS_DISTRO
#2> /dev/null
-
add_ndt_core_yaml
stage
:
build
stage
:
dev-
build
script
:
-
old_dir=`pwd`
-
mkdir -p /tmp/src
...
...
@@ -56,7 +61,7 @@ ubuntu-xenial-build-package-nightbuild:
-
rosdep install --from-paths . -i -y -r --rosdistro $CI_ROS_DISTRO
# 2> /dev/null
-
add_ndt_core_yaml
stage
:
build
stage
:
night-
build
script
:
-
ls *
-
rm -rf build
...
...
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