diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2630260f4bd59677c8b12d6a063ff277ab43e8f5..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -variables: - GIT_SUBMODULE_STRATEGY: recursive - -stages: - - build - -build-ws: - image: ros:melodic-ros-base-bionic - stage: build - script: - - apt-get update - - apt-get install -y ros-melodic-libfranka python-catkin-tools libeigen3-dev - - echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc - - source ~/.bashrc - - rosdep install -y --from-paths . - - catkin build - tags: - - highmem