We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a63b9 commit 87ff8a3Copy full SHA for 87ff8a3
3 files changed
appveyor.yml
@@ -74,6 +74,8 @@ install:
74
75
- set /p commit=<symengine_version.txt
76
- cd symengine-cpp
77
+- git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
78
+- git fetch
79
- git checkout %commit%
80
- mkdir build
81
- cd build
bin/test_symengine_unix.sh
@@ -4,6 +4,8 @@ export MAKEFLAGS="-j2"
4
5
git clone https://github.com/symengine/symengine symengine-cpp
6
cd symengine-cpp
7
+git config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*'
8
+git fetch
9
export SOURCE_DIR=`pwd`
10
git checkout `cat ../symengine_version.txt`
11
cd ..
symengine_version.txt
@@ -1 +1 @@
1
-8a3bc848cd8246a4c15eee9bddc15de0d1157812
+b9b11156a76470f0e6998476b2550573efdb5aae
0 commit comments