From 0bc4200fd9cdb6739f223ffa8a3cbc93e3c33d88 Mon Sep 17 00:00:00 2001 From: tanacchi Date: Tue, 10 Sep 2019 08:22:00 +0900 Subject: [PATCH 1/4] Add .gitlab-ci.yml --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..808c4796 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: ros:melodic-ros-core + +cache: + paths: + - ccache/ + +before_script: + - git clone https://gitlab.com/VictorLamoine/ros_gitlab_ci.git + - source ros_gitlab_ci/gitlab-ci.bash > /dev/null + +catkin_make: + stage: build + script: + - catkin_make -- GitLab From 48831a13086730fc8bab9431074b33188628f95a Mon Sep 17 00:00:00 2001 From: tanacchi Date: Tue, 10 Sep 2019 08:48:58 +0900 Subject: [PATCH 2/4] Add CI badge on README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fbe09b0b..259db352 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # gazebo_RoIS_tanacchi + +[![build status](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/badges/add-ci-config/build.svg)](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/commits/add-ci-config) + Gazebo (meta) package for RoIS ## 導入方法 -- GitLab From ad2ad1e0a173f2c91b1ee0125120964c21ccb66c Mon Sep 17 00:00:00 2001 From: tanacchi Date: Tue, 10 Sep 2019 09:04:16 +0900 Subject: [PATCH 3/4] Add badge for master branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitlab runner なるものが必要だそう 以下参考URL https://gitlab.com/VictorLamoine/ros_gitlab_ci https://gitlab.com/VictorLamoine/ros_gitlab_ci_test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 259db352..9e1be727 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # gazebo_RoIS_tanacchi [![build status](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/badges/add-ci-config/build.svg)](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/commits/add-ci-config) + Gazebo (meta) package for RoIS -- GitLab From 786e55b93f7c0a81d7f8bc063bb834ed34928710 Mon Sep 17 00:00:00 2001 From: tanacchi Date: Thu, 12 Sep 2019 21:48:30 +0900 Subject: [PATCH 4/4] Adjust badch on README for master --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e1be727..39aaaf6c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # gazebo_RoIS_tanacchi -[![build status](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/badges/add-ci-config/build.svg)](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/commits/add-ci-config) - +[![build status](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/badges/master/build.svg)](https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi/commits/master) Gazebo (meta) package for RoIS -- GitLab