1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-09 15:35:27 +00:00

Adding .travis.yml

This commit is contained in:
Carles Fernandez 2014-11-22 12:23:55 +01:00
parent 7a90027989
commit 68205e0bb5

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