From 5934612a0387200b5fd64fc159c07d6dba7d7f01 Mon Sep 17 00:00:00 2001 From: Felix Mauch Date: Mon, 1 Apr 2019 11:11:18 +0200 Subject: [PATCH] added gitlab-ci.yml As the universal_robots repo is not released for melodic currently, we'll have to wait. We will use our own fork for that, anyway. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f53630f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +include: 'http://ids-services.fzi.de:8079/master/gitlab-ci-yml/catkin_pipeline.yml' +variables: + BUILD_INDIGO: "false" + BUILD_MELODIC: "false"