Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit f8f5c85

Browse files
committed
Merge pull request #223 from swift-nav/travis
Travis integration.
2 parents f9d21e4 + f0ae305 commit f8f5c85

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sudo: required
2+
3+
# CMake 2.8.9 is needed to build libswiftnav, but Travis only supports
4+
# an earlier version. This sets up that dependency. See also:
5+
# https://gist.github.com/winterz/10cc2741d466cbd8ff21
6+
# https://github.com/travis-ci/travis-ci/issues/2030
7+
8+
before_install:
9+
- sudo add-apt-repository --yes ppa:kalakris/cmake
10+
- travis_retry sudo apt-get update -qq
11+
- sudo apt-get install cmake check
12+
13+
script:
14+
- mkdir build
15+
- cd build/
16+
- cmake ../
17+
- make

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
libswiftnav
22
===========
33

4+
[![Build status][1]][2]
5+
46
libswiftnav is a platform independent library of GNSS related functions.
57
This library implements GNSS related functions and algorithms for use by
68
software-defined GNSS receivers and other software.
@@ -13,3 +15,6 @@ Full documentation available online at http://docs.swift-nav.com/libswiftnav
1315
For installation, see docs/install.dox
1416

1517
For development help, see DEVELOPMENT.rst.
18+
19+
[1]: https://travis-ci.org/swift-nav/libswiftnav.png
20+
[2]: https://travis-ci.org/swift-nav/libswiftnav

0 commit comments

Comments
 (0)