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
cbf98c8f
Commit
cbf98c8f
authored
Aug 22, 2018
by
Tomasz Kucner
Browse files
a bit less verbose
parent
68d28754
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+10
-10
No files found.
.gitlab-ci.yml
View file @
cbf98c8f
...
...
@@ -13,15 +13,15 @@ ubuntu-xenial-test:
before_script
:
-
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
-
apt-get update
-
apt-get install -qq -y apt-transport-https sed wget unzip
#
> /dev/null
-
apt-get install -qq -y apt-transport-https sed wget unzip > /dev/null
-
source .gitlab-ci/prepare.sh
-
chmod +x setup.sh
-
./setup.sh $UBUNTU_DISTRO $CI_ROS_DISTRO
#
> /dev/null
-
./setup.sh $UBUNTU_DISTRO $CI_ROS_DISTRO > /dev/null
-
setup_apt ${UBUNTU_DISTRO}
# - apt-get install -qq -y python-catkin-tools #> /dev/null
-
apt-get install -qq -y python-catkin-tools
#
> /dev/null
-
rosdep update
#
2> /dev/null
-
rosdep install --from-paths . -i -y -r --rosdistro $CI_ROS_DISTRO
#
2> /dev/null
-
apt-get install -qq -y python-catkin-tools > /dev/null
-
rosdep update 2> /dev/null
-
rosdep install --from-paths . -i -y -r --rosdistro $CI_ROS_DISTRO 2> /dev/null
-
add_ndt_core_yaml
stage
:
dev-build
...
...
@@ -49,16 +49,16 @@ ubuntu-xenial-build-package-nightbuild:
-
echo $CI_ROS_DISTRO
-
echo ${CI_ROS_DISTRO}
-
apt-get update
-
apt-get install -qq -y apt-transport-https sed wget unzip
#
> /dev/null
-
apt-get install -qq -y apt-transport-https sed wget unzip > /dev/null
-
source .gitlab-ci/prepare.sh
-
chmod +x setup.sh
-
./setup.sh $UBUNTU_DISTRO $CI_ROS_DISTRO
#
> /dev/null
-
./setup.sh $UBUNTU_DISTRO $CI_ROS_DISTRO > /dev/null
-
setup_apt ${UBUNTU_DISTRO}
# - apt-get install -q -y python-bloom devscripts # > /dev/null
-
apt-get install -q -y python-bloom devscripts debhelper
#
> /dev/null
-
apt-get install -q -y python-bloom devscripts debhelper > /dev/null
-
apt-get install -f -y
# > /dev/null
-
rosdep update
#
2> /dev/null
-
rosdep install --from-paths . -i -y -r --rosdistro $CI_ROS_DISTRO
#
2> /dev/null
-
rosdep update 2> /dev/null
-
rosdep install --from-paths . -i -y -r --rosdistro $CI_ROS_DISTRO 2> /dev/null
-
add_ndt_core_yaml
stage
:
night-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