Skip to content
Merged
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ before_script:
- export SAMNTDIR=/home/travis/build/$user/SAM
- if [[ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]]; then export BRANCH_NAME=$TRAVIS_BRANCH; else export BRANCH_NAME=$TRAVIS_PULL_REQUEST_BRANCH; fi
- git clone --depth=1 https://github.com/google/googletest /home/travis/build/$user/googletest
- git clone --depth=1 --branch=$BRANCH_NAME https://github.com/$user/lk $LKDIR; if [[ $? != "0" ]]; then git clone --depth=1 --branch="develop" https://github.com/$user/lk $LKDIR; fi
- git clone --depth=1 --branch=$BRANCH_NAME https://github.com/$user/wex $WEXDIR; if [[ $? != "0" ]]; then git clone --depth=1 --branch="develop" https://github.com/$user/wex $WEXDIR; fi
- git clone --depth=1 --branch=$BRANCH_NAME https://github.com/$user/ssc $SSCDIR; if [[ $? != "0" ]]; then git clone --depth=1 --branch="develop" https://github.com/$user/ssc $SSCDIR; fi
- git clone --depth=1 --branch=$BRANCH_NAME https://github.com/$user/lk $LKDIR; if [[ $? != "0" ]]; then git clone --depth=1 --branch="patch" https://github.com/$user/lk $LKDIR; fi
- git clone --depth=1 --branch=$BRANCH_NAME https://github.com/$user/wex $WEXDIR; if [[ $? != "0" ]]; then git clone --depth=1 --branch="patch" https://github.com/$user/wex $WEXDIR; fi
- git clone --depth=1 --branch=$BRANCH_NAME https://github.com/$user/ssc $SSCDIR; if [[ $? != "0" ]]; then git clone --depth=1 --branch="patch" https://github.com/$user/ssc $SSCDIR; fi

script:
- export PATH=$PATH:$HOME/wx-3.1.1/bin
Expand All @@ -43,7 +43,6 @@ branches:
only:
- master
- develop
- MHK
- patch
- wind_pruf
- SAM22_stochastic
- Command_line_script
16 changes: 8 additions & 8 deletions deploy/runtime/ui/Solar Resource Data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1814,15 +1814,15 @@ Editable
0
ForeColour
4
128
0
64
29
80
173
255
BackColour
4
255
255
255
222
233
244
255
TabOrder
3
Expand Down Expand Up @@ -2477,7 +2477,7 @@ TextEntry
solar_resource
3
4
Location
Solar resource library current selection
Comment thread
sjanzou marked this conversation as resolved.

Location and Resource
19
Expand All @@ -2494,7 +2494,7 @@ Weather file

Location and Resource
0
12
0
1
4
0
Expand Down
Loading