Skip to content

Commit 83b453b

Browse files
authored
Merge pull request #67 from jcarpent/devel
Sync cmake and improve travis test
2 parents d4c398a + a6ed395 commit 83b453b

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.travis.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,30 @@ language: python
22
python:
33
- "2.7"
44
sudo: required
5-
dist: trusty
65
compiler:
76
- gcc
87
# - clang
98
env:
109
global:
1110
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
12-
- APT_DEPENDENCIES="doxygen libeigen3-dev libboost-test-dev libboost-python-dev libeigen3-dev"
11+
- APT_DEPENDENCIES="doxygen libeigen3-dev libboost-test-dev libboost-python-dev"
1312
- DEBSIGN_KEYID=5AE5CD75
1413
- CC=gcc
1514
- DO_COVERAGE_ON_BRANCH="master;release"
1615
- DO_CPPCHECK_ON_BRANCH=""
1716
- DO_INSTALL_DOC_EXCEPT_ON_BRANCH=""
18-
matrix:
19-
- BUILDTYPE=Release
20-
- BUILDTYPE=Debug
17+
18+
jobs:
19+
include:
20+
- dist: xenial
21+
env: BUILDTYPE=Release
22+
- dist: xenial
23+
env: BUILDTYPE=Debug
24+
- dist: trusty
25+
env: BUILDTYPE=Release
26+
- dist: trusty
27+
env: BUILDTYPE=Debug
28+
2129
notifications:
2230
email:
2331

cmake

0 commit comments

Comments
 (0)