This repository was archived by the owner on Aug 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : generic
2
+
3
+ services : docker
4
+
5
+ before_install :
6
+ - CONTAINER=$(docker run -it -d -v $PWD:/build ubuntu:16.04 /bin/bash)
7
+ - docker exec -i $CONTAINER /bin/bash -c "apt-get update -qq && apt-get install -y -qq build-essential cmake wget python2.7 python-future software-properties-common python-software-properties"
8
+ - docker exec -i $CONTAINER /bin/bash -c "add-apt-repository http://packages.osrfoundation.org/gazebo/ubuntu && wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add -"
9
+ - docker exec -i $CONTAINER /bin/bash -c "apt-get update -qq && apt-get install -y -qq libgazebo8-dev"
10
+
11
+ script :
12
+ - docker exec -i $CONTAINER /bin/bash -c "cd /build && mkdir build && cd build && cmake .. && make -j"
Original file line number Diff line number Diff line change 1
1
# Gazebo SITL Plugin #
2
2
3
- <a href =" https://scan.coverity.com/projects/01org-gazebo-sitl " >
3
+ [ ![ Build Status ] ( https://travis-ci.org/01org/gazebo-sitl.svg?branch=master )] ( https://travis-ci.org/01org/gazebo-sitl ) <a href =" https://scan.coverity.com/projects/01org-gazebo-sitl " >
4
4
<img alt="Coverity Scan Build Status"
5
5
src="https://scan.coverity.com/projects/8893/badge.svg"/>
6
6
</a >
You can’t perform that action at this time.
0 commit comments