File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ matrix:
50
50
packages :
51
51
- binutils-dev
52
52
- g++-4.8
53
- - env : BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="8.0" WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
53
+ - env : BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" BUILD_SHARED_LIBS="yes"
54
54
compiler : clang
55
55
os : linux
56
56
addons :
@@ -67,10 +67,20 @@ matrix:
67
67
- env : BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
68
68
compiler : clang
69
69
os : linux
70
- - env : BUILD_TYPE="Debug" PYTHON_VERSION="3.6" WITH_SYMPY="no"
70
+ - env : BUILD_TYPE="Debug" PYTHON_VERSION="3.6" WITH_SYMPY="no" WITH_LLVM="8.0" WITH_SCIPY="yes"
71
71
compiler : gcc
72
72
os : linux
73
- - env : BUILD_TYPE="Debug" PYTHON_VERSION="2.7"
73
+ addons :
74
+ apt :
75
+ sources :
76
+ - ubuntu-toolchain-r-test
77
+ - llvm-toolchain-trusty-8
78
+ packages :
79
+ - g++-4.7
80
+ - libstdc++-4.8-dev
81
+ - binutils-dev
82
+ - llvm-8-dev
83
+ - env : BUILD_TYPE="Debug" PYTHON_VERSION="2.7" WITH_LLVM="5.0" WITH_SCIPY="yes"
74
84
compiler : clang
75
85
os : osx
76
86
- env : BUILD_TYPE="Release" PYTHON_VERSION="3.5" WITH_NUMPY="no"
You can’t perform that action at this time.
0 commit comments