Skip to content
Snippets Groups Projects
.travis.yml 808 B
Newer Older
Thomas Moulard's avatar
Thomas Moulard committed
language: cpp
compiler:
  - gcc
  - clang
env:
  global:
  - secure: ECiHIh0aT5ml/MdKifvFIM2UpDWiPsJPEZpafLYM8U0VAPYThSfUe8JWhMsky8amOwm38akbSbr6C7iBKVpzjAqpgNdOdufO1RUZ6pUvtlVXiXTw2KlqPqbDVlD3QroVDhnX/rIRcg5ezEHAIb594uEaHdf8tlikhjdTc3aAgMA=
  - APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx"
Rohan Budhiraja's avatar
Rohan Budhiraja committed
  - GIT_DEPENDENCIES="proyan/dynamic-graph"
  - LCOV_IGNORE_RULES="*unitTesting*"
Thomas Moulard's avatar
Thomas Moulard committed
  allow_failures: 
  - compiler: clang
notifications:
  email:
  - hpp-source@laas.fr
branches:
  only:
  - master
  - debian
script: ./.travis/run build
after_success: ./.travis/run after_success
after_failure: ./.travis/run after_failure
before_install: ./.travis/run before_install
matrix:
  allow_failures:
    - compiler: clang