From 4237c8acdbb517e5e5e4578cb4ea6646a3021984 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Fri, 21 Aug 2020 18:10:42 +0800 Subject: [PATCH] added wrp_sdk clone to ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ed56f4..de6a98c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ build: - apt update && apt -y install libasio-dev ros-$ROS_DISTRO-teleop-twist-keyboard script: - mkdir -p /catkin_ws/src && cd /catkin_ws/src && /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash; catkin_init_workspace" + - cd /catkin_ws/src && git clone https://github.com/westonrobot/wrp_sdk.git - cd /catkin_ws/src && cp -r $CI_BUILDS_DIR . - cd /catkin_ws && /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash; catkin_make" # artifacts: