Skip to content
Snippets Groups Projects
Commit 557cf479 authored by olivier stasse's avatar olivier stasse Committed by Valenza Florian
Browse files

[Travis] Add travis submodule and do first test.

parent bdc0e36d
Branches
Tags
No related merge requests found
[submodule "cmake"]
path = cmake
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
[submodule ".travis"]
path = .travis
url = git://github.com/jrl-umi3218/jrl-travis
Subproject commit 981acdfd7ebb9b73e6e5e6e1f9978d426a63c166
language: cpp
compiler:
- clang
- gcc
env:
global:
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
- APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx"
- DEBSIGN_KEYID=5AE5CD75
notifications:
email:
- hpp-source@laas.fr
branches:
only:
- master
- debian
matrix:
allow_failures:
- compiler: clang
script: ./.travis/run build
after_success: ./.travis/run after_success
after_failure: ./.travis/run after_failure
before_install: ./.travis/run before_install
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment