Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions tests/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ RUN cd ${DEPENDENCIES_DIR} && \
cmake --build . --config Release --target install

# yarp-device-rplidar
#RUN cd ${DEPENDENCIES_DIR} && \
# git clone https://github.com/robotology/yarp-device-rplidar.git && \
# cd yarp-device-rplidar && mkdir -p build && cd build && \
# git checkout master && \
# cmake .. \
# -DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
# -DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
# cmake --build . --config Release --target install
RUN cd ${DEPENDENCIES_DIR} && \
git clone https://github.com/robotology/yarp-device-rplidar.git && \
cd yarp-device-rplidar && mkdir -p build && cd build && \
git checkout master && \
cmake .. \
-DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
cmake --build . --config Release --target install

# icub-firmware-shared
RUN cd ${DEPENDENCIES_DIR} && \
Expand Down
Loading