Skip to content

Commit 87ff8a3

Browse files
committed
use first commit from symengine/symengine#2129
1 parent 66a63b9 commit 87ff8a3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ install:
7474

7575
- set /p commit=<symengine_version.txt
7676
- cd symengine-cpp
77+
- git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
78+
- git fetch
7779
- git checkout %commit%
7880
- mkdir build
7981
- cd build

bin/test_symengine_unix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export MAKEFLAGS="-j2"
44

55
git clone https://github.com/symengine/symengine symengine-cpp
66
cd symengine-cpp
7+
git config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*'
8+
git fetch
79
export SOURCE_DIR=`pwd`
810
git checkout `cat ../symengine_version.txt`
911
cd ..

symengine_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a3bc848cd8246a4c15eee9bddc15de0d1157812
1+
b9b11156a76470f0e6998476b2550573efdb5aae

0 commit comments

Comments
 (0)