File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ matrix:
1616 - cd ..
1717 - mkdir artifacts
1818 - mkdir artifacts/linux-64
19- - git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src electricdss-src
20- - git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi dss_capi
19+ - git clone --branch 0.10.2 https://github.com/dss-extensions/electricdss-src electricdss-src
20+ - git clone --branch 0.10.2 https://github.com/dss-extensions/dss_capi dss_capi
2121 - wget http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.3.0.tar.gz -O suitesparse.tar.gz -q
2222 - tar zxf suitesparse.tar.gz
2323 - export SUITESPARSE_SRC=`realpath ./SuiteSparse`
@@ -30,8 +30,8 @@ matrix:
3030 script :
3131 - export TRAVIS_TAG_DSS_PYTHON=$TRAVIS_TAG
3232 - export TRAVIS_TAG=
33- - git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src ../electricdss-src
34- - git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi ../dss_capi
33+ - git clone --branch 0.10.2 https://github.com/dss-extensions/electricdss-src ../electricdss-src
34+ - git clone --branch 0.10.2 https://github.com/dss-extensions/dss_capi ../dss_capi
3535 - bash ci/build_osx.sh
3636 - ls -lR ../artifacts
3737
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ IF DEFINED APPVEYOR_REPO_TAG_NAME set DSS_PYTHON_BUILD_TAG=1
99set APPVEYOR_REPO_TAG_NAME =
1010setx DSS_PYTHON_BUILD_TAG %DSS_PYTHON_BUILD_TAG%
1111
12- git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src ../electricdss-src
12+ git clone --branch 0.10.2 https://github.com/dss-extensions/electricdss-src ../electricdss-src
1313
14- git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi ../dss_capi
14+ git clone --branch 0.10.2 https://github.com/dss-extensions/dss_capi ../dss_capi
1515
1616set originalpath = %path%
1717
Original file line number Diff line number Diff line change 11set BLD_PREV_DIR = %cd%
22set BLD_PREV_PATH = %path%
3- set ELECTRICDSS_SRC_VERSION = 0.10.1
4- set DSS_CAPI_VERSION = 0.10.1
3+ set ELECTRICDSS_SRC_VERSION = 0.10.2
4+ set DSS_CAPI_VERSION = 0.10.2
55
66REM Clone dependency repositories
77if not exist ..\electricdss-src (
Original file line number Diff line number Diff line change 11BLD_PREV_DIR=` pwd`
22BLD_PREV_PATH=$PATH
3- ELECTRICDSS_SRC_VERSION=0.10.1
4- DSS_CAPI_VERSION=0.10.1
3+ ELECTRICDSS_SRC_VERSION=0.10.2
4+ DSS_CAPI_VERSION=0.10.2
55
66echo " Building in $BLD_PREV_DIR "
77
Original file line number Diff line number Diff line change 11package :
22 name : dss_python
3- version : " 0.10.1 "
3+ version : " 0.10.2 "
44
55source :
6- git_rev : " 0.10.1 "
6+ git_rev : " 0.10.2 "
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