Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-s-sdk into develop

This commit is contained in:
TinyO 2019-09-20 15:43:46 +08:00
commit dd2cf6ba58

2
Jenkinsfile vendored
View File

@ -49,12 +49,14 @@ pipeline {
sh '. /opt/ros/kinetic/setup.sh; make samples SUDO='
}
}
/*
stage('Tools') {
steps {
echo 'make tools ..'
sh '. /opt/ros/kinetic/setup.sh; make tools SUDO='
}
}
*/
stage('ROS') {
steps {
echo 'make ros ..'