forked from laas/metapod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (33 loc) · 1.2 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: cpp
compiler:
- clang
- gcc
script: ./.travis/build
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev libtinyxml-dev
- sudo pip install cpp-coveralls --use-mirrors
after_success:
# update coverage
- coveralls -e _travis/install -e tests
# update development version documentation through gh-pages
# thomas-moulard account is used through encrypted environment variable to provide
# secure push access to this repository from Travis build machine
- git config --global user.name "Travis CI"
- git config --global user.email "[email protected]"
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/laas/metapod.git
- git fetch origin gh-pages:gh-pages
- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
notifications:
email:
branches:
only:
- master
matrix:
allow_failures:
- compiler: clang
env:
global:
secure: "Slm+HqRT+Vy0SG7E9gEShuHvNz6XWRUmBhVBLVJEaYy/0Lo2qp4OjFEWDjiJwFIiXstW2Wclds4SuewAn3Tc4x7dsY+5uaMCX7S/HPzsBCjLXUwjKasUqEGaVTIYmtFJm57hOkz6K2SLUUV4intkMiwtCiq/R0xe92QTTKkHyfo="