File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 108
108
docker exec -t tue-env bash -c ' source ~/.bashrc; catkin config --workspace $TUE_SYSTEM_DIR --skiplist ' " ${SKIPLIST} "
109
109
fi
110
110
111
- echo -e " \e[35m\e[1mtue-make --no-status python_orocos_kdl" " ${INSTALL_BUILD_PKGS[*]} " " ${BUILD_PKGS[*]} " " \e[0m"
111
+ echo -e " \e[35m\e[1mtue-make --no-status -DCATKIN_ENABLE_TESTING=OFF python_orocos_kdl" " ${INSTALL_BUILD_PKGS[*]} " " ${BUILD_PKGS[*]} " " \e[0m"
112
112
# shellcheck disable=SC2145
113
- docker exec -t tue-env bash -c " source ~/.bashrc; tue-make --no-status python_orocos_kdl ${INSTALL_BUILD_PKGS[*]} ${BUILD_PKGS[*]} " # Needs to be build to generate docs
113
+ docker exec -t tue-env bash -c " source ~/.bashrc; tue-make --no-status -DCATKIN_ENABLE_TESTING=OFF python_orocos_kdl ${INSTALL_BUILD_PKGS[*]} ${BUILD_PKGS[*]} " # Needs to be build to generate docs
114
114
115
115
if [ -n " $SKIPLIST " ]
116
116
then
You can’t perform that action at this time.
0 commit comments