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
fd6bad52
Commit
fd6bad52
authored
Aug 22, 2018
by
Tomasz Kucner
Browse files
add compilation only on dev success
parent
4aaedd86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
ndt_generic/CMakeLists.txt
ndt_generic/CMakeLists.txt
+1
-1
No files found.
.gitlab-ci.yml
View file @
fd6bad52
...
...
@@ -70,7 +70,9 @@ ubuntu-xenial-build-package-nightbuild:
-
mkdir .build
-
release_package
-
mv .build build
when
:
on_succes
# The files which are to be made available in GitLab
artifacts
:
paths
:
...
...
ndt_generic/CMakeLists.txt
View file @
fd6bad52
...
...
@@ -18,7 +18,7 @@ find_package(PCL 1.7 REQUIRED)
catkin_package
(
INCLUDE_DIRS include
CATKIN_DEPENDS tf_conversions angles velodyne_msgs velodyne_pointcloud laser_geometry sensor_msgs
#
CATKIN_DEPENDS tf_conversions angles velodyne_msgs velodyne_pointcloud laser_geometry sensor_msgs
LIBRARIES ndt_generic
DEPENDS PCL
)
...
...
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