Skip to content

Commit 7de2e2d

Browse files
committed
LLVM on osx
1 parent c48c2c4 commit 7de2e2d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ matrix:
5050
packages:
5151
- binutils-dev
5252
- 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"
5454
compiler: clang
5555
os: linux
5656
addons:
@@ -67,10 +67,20 @@ matrix:
6767
- env: BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
6868
compiler: clang
6969
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"
7171
compiler: gcc
7272
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"
7484
compiler: clang
7585
os: osx
7686
- env: BUILD_TYPE="Release" PYTHON_VERSION="3.5" WITH_NUMPY="no"

0 commit comments

Comments
 (0)