Skip to content
Snippets Groups Projects
Commit 03dd2fe2 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

ci

parent 5eb03b8d
Branches
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
build-ws:
image: ros:noetic-ros-base-focal
stage: build
script:
- apt-get update
- apt-get install -y python3-osrf-pycommon python3-catkin-tools python3-wstool build-essential protobuf-compiler libprotobuf-dev python3-rosdep openjdk-8-jdk
- echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
- source ~/.bashrc
- mkdir -p ~/rosjava/src
- wstool init -j4 ~/rosjava/src https://git-st.inf.tu-dresden.de/ceti/ros-internal/forked-rosjava-packages/rosjava_catkin_package_a/-/raw/main/rosjava.rosinstall
- cd ~/rosjava
- rosdep update
- rosdep install --from-paths src -i -y
- catkin_make
tags:
- highmem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment