File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ compiler:
88env :
99 global :
1010 - secure : " SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
11- - 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"
1212 - DEBSIGN_KEYID=5AE5CD75
1313 - CC=gcc
1414 - DO_COVERAGE_ON_BRANCH="master;release"
1818jobs :
1919 include :
2020 - dist : xenial
21- env :
22- matrix :
23- - BUILDTYPE=Release
24- - BUILDTYPE=Debug
21+ env : BUILDTYPE=Release
22+ - dist : xenial
23+ env : BUILDTYPE=Debug
24+ - dist : trusty
25+ env : BUILDTYPE=Release
2526 - dist : trusty
26- env :
27- matrix :
28- - BUILDTYPE=Release
29- - BUILDTYPE=Debug
27+ env : BUILDTYPE=Debug
3028
3129notifications :
3230 email :
You can’t perform that action at this time.
0 commit comments