1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-12 15:29:50 +00:00

Adding .travis.yml

This commit is contained in:
Carles Fernandez 2014-11-22 11:29:21 +01:00
parent 347dceb136
commit 402892c6e7

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: cpp
compiler:
- gcc
- clang
# Change this to your needs
script:
- builddir="${TRAVIS_BUILD_DIR}/src/_build"
- mkdir -p ${builddir}
- cd ${builddir}
- cmake ..
- make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libstdc++-4.8-dev libboost-dev gnuradio libarmadillo-dev liblapack-dev libopenblas-dev gfortran libssl-dev libgflags-dev