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

added ci

parent 85b67878
No related branches found
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
allow_failure: true
script:
- apt-get update
- apt-get install -y python3-osrf-pycommon python3-catkin-tools build-essential python3-rosdep ros-noetic-catkin ros-noetic-rospack openjdk-8-jdk
- echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
- source ~/.bashrc
- cd rosjava
- rosdep update
- rosdep install -y -i --from-paths . || true
- catkin build
tags:
- highmem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment