File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1717 - PIPENV_VENV_IN_PROJECT=1
1818 - PIPENV_IGNORE_VIRTUALENVS=1
1919
20- addons :
21- apt :
22- packages :
23- - cmake
24- - gfortran
25- - libboost-math-dev
26-
2720jobs :
2821 include :
2922 - os : linux
3023 addons :
3124 apt :
3225 packages :
3326 - clang
27+ - cmake
28+ - gfortran
29+ - libboost-math-dev
3430 env :
3531 - CXX_COMPILER='clang++'
3632 - C_COMPILER='clang'
3733 - Fortran_COMPILER='gfortran'
3834 - BUILD_TYPE='release'
3935 - os : linux
40- addons :
36+ addons : *common
4137 apt :
4238 packages :
4339 - g++
4440 - gcc
41+ - cmake
42+ - gfortran
43+ - libboost-math-dev
4544 env :
46- - CXX_COMPILER='g++-6 '
47- - C_COMPILER='gcc-6 '
48- - Fortran_COMPILER='gfortran-6 '
45+ - CXX_COMPILER='g++'
46+ - C_COMPILER='gcc'
47+ - Fortran_COMPILER='gfortran'
4948 - BUILD_TYPE='release'
5049 - STATIC='--static'
5150 - os : linux
52- addons :
51+ addons : *common
5352 apt :
5453 packages :
54+ - cmake
55+ - g++
56+ - gcc
57+ - gfortran
5558 - lcov
59+ - libboost-math-dev
5660 env :
5761 - CXX_COMPILER='g++'
5862 - C_COMPILER='gcc'
You can’t perform that action at this time.
0 commit comments