File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -94,19 +94,21 @@ install:
94
94
- export TEST_CPP="no"
95
95
- export MAKEFLAGS="-j2"
96
96
97
- # Setup travis for Python wrappers
98
- - source bin/install_travis.sh
99
-
100
97
- git clone https://github.com/symengine/symengine symengine-cpp
101
98
- cd symengine-cpp
102
99
- export SOURCE_DIR=`pwd`
103
100
- git checkout `cat ../symengine_version.txt`
101
+ - cd ..
102
+
103
+ # Setup travis for Python wrappers
104
+ - source bin/install_travis.sh
104
105
105
106
# Setup travis for C++ library
107
+ - cd $SOURCE_DIR
106
108
- if [[ "${WITH_SAGE}" != "yes" ]]; then source bin/install_travis.sh; fi
107
109
108
110
# Build C++ library
109
- - cd $PYTHON_SOURCE_DIR/symengine-cpp
111
+ - cd $SOURCE_DIR
110
112
- bin/test_travis.sh
111
113
- unset MAKEFLAGS
112
114
You can’t perform that action at this time.
0 commit comments