We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4f3b8 commit de69b99Copy full SHA for de69b99
.github/workflows/ci.yml
@@ -13,8 +13,7 @@ jobs:
13
PYTHON_VERSION: '3.12'
14
TEST_SYMPY: yes
15
OS: ubuntu-24.04
16
- CC: 'gcc -v' # symengine's bin/install_travis.sh needs refactoring...
17
- CXX: 'g++ -v'
+ CC: gcc
18
19
- BUILD_TYPE: Debug
20
WITH_BFD: yes
bin/test_symengine_unix.sh
@@ -2,10 +2,10 @@ export PYTHON_SOURCE_DIR=`pwd`
2
export TEST_CPP="no"
3
export MAKEFLAGS="-j2"
4
5
-git clone https://github.com/symengine/symengine symengine-cpp
+git clone -b update-CI https://github.com/bjodah/symengine symengine-cpp
6
cd symengine-cpp
7
export SOURCE_DIR=`pwd`
8
-git checkout `cat ../symengine_version.txt`
+#git checkout `cat ../symengine_version.txt`
9
cd ..
10
11
# Setup travis for C++ library
0 commit comments