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:
16
16
- cd ..
17
17
- mkdir artifacts
18
18
- 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
21
21
- wget http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.3.0.tar.gz -O suitesparse.tar.gz -q
22
22
- tar zxf suitesparse.tar.gz
23
23
- export SUITESPARSE_SRC=`realpath ./SuiteSparse`
@@ -30,8 +30,8 @@ matrix:
30
30
script :
31
31
- export TRAVIS_TAG_DSS_PYTHON=$TRAVIS_TAG
32
32
- 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
35
35
- bash ci/build_osx.sh
36
36
- ls -lR ../artifacts
37
37
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
9
9
set APPVEYOR_REPO_TAG_NAME =
10
10
setx DSS_PYTHON_BUILD_TAG %DSS_PYTHON_BUILD_TAG%
11
11
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
13
13
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
15
15
16
16
set originalpath = %path%
17
17
Original file line number Diff line number Diff line change 1
1
set BLD_PREV_DIR = %cd%
2
2
set 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
5
5
6
6
REM Clone dependency repositories
7
7
if not exist ..\electricdss-src (
Original file line number Diff line number Diff line change 1
1
BLD_PREV_DIR=` pwd`
2
2
BLD_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
5
5
6
6
echo " Building in $BLD_PREV_DIR "
7
7
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : dss_python
3
- version : " 0.10.1 "
3
+ version : " 0.10.2 "
4
4
5
5
source :
6
- git_rev : " 0.10.1 "
6
+ git_rev : " 0.10.2 "
7
7
git_url : https://github.com/dss-extensions/dss_python.git
8
8
# path: ..
9
9
You can’t perform that action at this time.
0 commit comments