File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : cpp
2
2
sudo : required
3
- compiler :
3
+ compiler :
4
4
- clang
5
5
- gcc
6
6
env :
7
7
global :
8
8
- secure : " SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
9
- - APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python -dev python -sphinx"
9
+ - APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python3 -dev python3 -sphinx"
10
10
- DEBSIGN_KEYID=5AE5CD75
11
+ - CMAKE_ADDITIONAL_OPTIONS="-DPYTHON_EXECUTABLE=/usr/bin/python3"
11
12
notifications :
12
13
email :
13
14
- hpp-source@laas.fr
14
15
branches :
15
16
only :
16
17
- master
17
18
- devel
18
- matrix :
19
- allow_failures :
19
+ matrix :
20
+ allow_failures :
20
21
- compiler : clang
21
- before_install : ./travis_custom/custom_before_install
22
+ before_install : ./travis_custom/custom_before_install
22
23
script :
23
24
- sudo free -m -t
24
25
- ./.travis/run ../travis_custom/custom_build
You can’t perform that action at this time.
0 commit comments