diff --git a/.travis.yml b/.travis.yml index 611588206..13cee0a89 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ #.yml file for Github/Travis-CI support +# Use new trusty images, should yield newer compilers and packages +sudo: required language: c++ os: @@ -15,6 +17,7 @@ addons: - libncurses5-dev - libncursesw5-dev - libgtest-dev + - gcovr script: - bash ./lint_test.sh @@ -24,4 +27,7 @@ script: - cmake -DPYTHON_INSTALL_PREFIX=$gpstk -DCMAKE_INSTALL_PREFIX=install -DBUILD_EXT=ON -DBUILD_PYTHON=ON -DTEST_SWITCH=ON ../ - make all -j 2 - ctest -j 2 - - make install -j 2 \ No newline at end of file + + +after_success: + - make install -j 2 diff --git a/README.md b/README.md index 198428c03..b09ea9d2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ README ------ +Gitlab - +[![build status](https://repositories.arlut.utexas.edu/sgl/gpstk/badges/master/build.svg)](https://repositories.arlut.utexas.edu/sgl/gpstk/commits/master) +[![coverage report](https://repositories.arlut.utexas.edu/sgl/gpstk/badges/master/coverage.svg)](https://repositories.arlut.utexas.edu/sgl/gpstk/commits/master) + +Github - +[![Build Status](https://travis-ci.org/SGL-UT/GPSTk.svg?branch=master)](https://travis-ci.org/SGL-UT/GPSTk) + Contents: ---------