Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 0a7b4d3

Browse files
committed
Add CI metadata
Travis using Ubuntu 16.04, gcc 5, fetching gazebo packages and deps from OSRF.
1 parent afcc051 commit 0a7b4d3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gazebo SITL Plugin #
22

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">
44
<img alt="Coverity Scan Build Status"
55
src="https://scan.coverity.com/projects/8893/badge.svg"/>
66
</a>

0 commit comments

Comments
 (0)