Skip to content

Commit c7ee65d

Browse files
committed
Pass -j4 to make to speedup libsymengine compilation
1 parent 36c08dd commit c7ee65d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ matrix:
109109
install:
110110
- export PYTHON_SOURCE_DIR=`pwd`
111111
- export TEST_CPP="no"
112+
- export MAKEFLAGS="-j2"
112113

113114
# Setup travis for Python wrappers
114115
- source bin/install_travis.sh
@@ -124,6 +125,7 @@ install:
124125
# Build C++ library
125126
- cd $PYTHON_SOURCE_DIR/symengine-cpp
126127
- bin/test_travis.sh
128+
- unset MAKEFLAGS
127129

128130
script:
129131
# Build Python wrappers and test

0 commit comments

Comments
 (0)