File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11language : ruby
22sudo : false
3+ os :
4+ - linux
5+ - osx
36addons :
47 apt :
8+ sources :
9+ - ubuntu-toolchain-r-test
510 packages :
611 - libgmp-dev
712 - libmpfr-dev
813 - libmpc-dev
914 - binutils-dev
15+ - g++-4.7
1016rvm :
1117 - 1.9.3
1218 - 2.0
1319 - 2.1
1420 - 2.2
1521
22+ matrix :
23+ exclude :
24+ - os : osx
25+ include :
26+ - os : osx
27+ rvm : 1.9.3
28+
1629install :
1730 - export RUBY_SOURCE_DIR=`pwd`
1831 - export TEST_CPP="no"
1932
2033 - git clone https://github.com/symengine/symengine symengine-cpp
2134 - cd symengine-cpp
22- - git checkout 8537c67507fae9b1d8d575d322c6ade4f1a59297
35+ - git checkout `cat ../symengine_version.txt`
2336
2437 # Setup travis for C++ library
2538 - source bin/install_travis.sh
Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ install:
3131 - 7z x -oC:\gmp gmp.7z > NUL
3232 - set PATH=C:\gmp\bin\;%PATH%
3333
34+ - set /p commit=<symengine_version.txt
3435 - git clone https://github.com/symengine/symengine symengine-cpp
35- - cd symengine-cpp
36- - git checkout 8537c67507fae9b1d8d575d322c6ade4f1a59297
36+ - cd symengine-cpp
37+ - git checkout %commit%
3738 - cmake -G "MSYS Makefiles" -DGMP_DIR=C:\gmp -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no .
3839 - make
3940 - make install
Original file line number Diff line number Diff line change 1+ 3f0c0947ae09bac9545334a6903d9d72c7043a52
You can’t perform that action at this time.
0 commit comments