From a2b3a44213ab4e1bb319d91765a14f3562dc3e5c Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Fri, 9 Jul 2021 10:56:43 +0200
Subject: [PATCH] cleared ci

---
 .gitlab-ci.yml     | 23 -----------------------
 rosjava.rosinstall | 17 -----------------
 2 files changed, 40 deletions(-)
 delete mode 100644 .gitlab-ci.yml
 delete mode 100644 rosjava.rosinstall

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 13ec3fd..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-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
-    - mv gradle my_pub_sub_tutorial CMakeLists.txt README.md build.gradle gradlew gradlew.bat package.xml settings.gradle /rosjava/src/rosjava_catkin_package_a
-    - cd ~/rosjava
-    - rosdep update
-    - rosdep install --from-paths src -i -y
-    - catkin_make
-  tags:
-  - highmem
diff --git a/rosjava.rosinstall b/rosjava.rosinstall
deleted file mode 100644
index 128ec0f..0000000
--- a/rosjava.rosinstall
+++ /dev/null
@@ -1,17 +0,0 @@
-# Install this on top of rosjava core workspaces
-#
-# Note: Disabling annotations messages (and dependencies) until a redesign comes through.
-# Note: usually don't have yocs_msgs sources in an underlay, so add it here.
-[
-# A minimal source environment for rosjava that utilises rosjava_messages for message generation
-{'git': {'local-name': 'rosjava_build_tools', 'version': 'clf', 'uri':'https://git-st.inf.tu-dresden.de/ceti/ros-internal/forked-rosjava-packages/rosjava_build_tools.git'}},
-{'git': {'local-name': 'genjava', 'version': 'kinetic', 'uri':'https://git-st.inf.tu-dresden.de:ceti/ros-internal/forked-rosjava-packages/genjava.git'}},
-{'git': {'local-name': 'rosjava_bootstrap', 'version': 'kinetic', 'uri':'https://github.com/rosjava/rosjava_bootstrap'}},
-{'git': {'local-name': 'rosjava_test_msgs', 'version': 'kinetic', 'uri':'https://github.com/rosjava/rosjava_test_msgs.git'}},
-{'git': {'local-name': 'rosjava_messages', 'version': 'kinetic', 'uri':'https://github.com/rosjava/rosjava_messages'}},
-{'git': {'local-name': 'rosjava_core', 'version': 'kinetic', 'uri':'https://github.com/rosjava/rosjava_core'}},
-{'git': {'local-name': 'rosjava_extras', 'version': 'kinetic', 'uri':'https://github.com/rosjava/rosjava_extras'}},
-{'git': {'local-name': 'zeroconf_jmdns_suite', 'version': 'kinetic', 'uri':'https://github.com/rosjava/zeroconf_jmdns_suite'}},
-{'git': {'local-name': 'rosjava', 'version': 'kinetic', 'uri':'https://github.com/rosjava/rosjava.git'}},
-]
-
-- 
GitLab