File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ matrix:
1414 - cd ..
1515 - mkdir artifacts
1616 - mkdir artifacts/linux-64
17- - git clone https://github.com/dss-extensions/electricdss-src electricdss-src
18- - git clone https://github.com/dss-extensions/dss_capi dss_capi
17+ - git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src electricdss-src
18+ - git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi dss_capi
1919 - wget http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.3.0.tar.gz -O suitesparse.tar.gz -q
2020 - tar zxf suitesparse.tar.gz
2121 - export SUITESPARSE_SRC=`realpath ./SuiteSparse`
@@ -26,8 +26,8 @@ matrix:
2626 - name : " osx_x64"
2727 os : osx
2828 script :
29- - git clone https://github.com/dss-extensions/electricdss-src ../electricdss-src
30- - git clone https://github.com/dss-extensions/dss_capi ../dss_capi
29+ - git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src ../electricdss-src
30+ - git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi ../dss_capi
3131 - bash ci/build_osx.sh
3232 - ls -lR ../artifacts
3333
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ build_script:
1010- cmd : >-
1111 rd /s /q c:\cygwin
1212
13- git clone https://github.com/dss-extensions/electricdss-src ../electricdss-src
13+ git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src ../electricdss-src
1414
15- git clone https://github.com/dss-extensions/dss_capi ../dss_capi
15+ git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi ../dss_capi
1616
1717 set path=c:\cygwin64\bin;c:\cygwin64\usr\bin;c:\FPC\3.0.4\bin\i386-win32;c:\Program Files (x86)\Microsoft Visual Studio 14.0\vc\bin;c:\miniconda3-x64;c:\miniconda3-x64\scripts;%path%
1818
Original file line number Diff line number Diff line change 11package :
22 name : dss_python
3- version : " 0.10.0 "
3+ version : " 0.10.1 "
44
55source :
6- git_rev : " 0.10.0 "
6+ git_rev : " 0.10.1 "
77 git_url : https://github.com/dss-extensions/dss_python.git
88 # path: ..
99
You can’t perform that action at this time.
0 commit comments