1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-19 02:39:47 +00:00
gnss-sdr/.travis.yml

15 lines
390 B
YAML
Raw Normal View History

2014-11-22 10:29:21 +00:00
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