This repository was archived by the owner on Apr 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11libswiftnav
22===========
33
4+ [ ![ Build status] [ 1 ]] [ 2 ]
5+
46libswiftnav is a platform independent library of GNSS related functions.
57This library implements GNSS related functions and algorithms for use by
68software-defined GNSS receivers and other software.
@@ -13,3 +15,6 @@ Full documentation available online at http://docs.swift-nav.com/libswiftnav
1315For installation, see docs/install.dox
1416
1517For 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
You can’t perform that action at this time.
0 commit comments