-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #558 from NREL/v3.0.0
update to official v3.0.0
- Loading branch information
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# NOTES: Currently this is one big dockerfile and non-optimal. | ||
|
||
#may include suffix | ||
ARG OPENSTUDIO_VERSION=3.0.0-rc3 | ||
ARG OPENSTUDIO_VERSION=3.0.0 | ||
FROM nrel/openstudio:$OPENSTUDIO_VERSION as base | ||
MAINTAINER Nicholas Long [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,14 @@ else | |
cp mongodb-osx-x86_64-3.4.18/bin/* /usr/local/bin/ | ||
|
||
# Install openstudio -- Use the install script that is in this repo now, the one on OpenStudio/develop has changed | ||
curl -SLO --insecure https://openstudio-builds.s3.amazonaws.com/3.0.0/OpenStudio-3.0.0-rc3%2B949b904134-Darwin.dmg | ||
curl -SLO --insecure https://openstudio-builds.s3.amazonaws.com/3.0.0/OpenStudio-3.0.0%2B1c9617fa4e-Darwin.dmg | ||
# OSX downloads with %2B. These are unsafe chars in url strings | ||
hdiutil attach OpenStudio-3.0.0-rc3%2B949b904134-Darwin.dmg | ||
hdiutil attach OpenStudio-3.0.0%2B1c9617fa4e-Darwin.dmg | ||
sed -i -e "s|REPLACEME|$HOME/openstudio|" ci/travis/install-mac.qs | ||
rm -rf $HOME/openstudio | ||
# Will install into $HOME/openstudio and RUBYLIB will be $HOME/openstudio/Ruby | ||
sudo /Volumes/OpenStudio-3.0.0-rc3+949b904134-Darwin/OpenStudio-3.0.0-rc3+949b904134-Darwin.app/Contents/MacOS/OpenStudio-3.0.0-rc3+949b904134-Darwin --script ci/travis/install-mac.qs | ||
hdiutil detach /Volumes/OpenStudio-3.0.0-rc3+949b904134 -force | ||
sudo /Volumes/OpenStudio-3.0.0+1c9617fa4e-Darwin/OpenStudio-3.0.0+1c9617fa4e-Darwin.app/Contents/MacOS/OpenStudio-3.0.0+1c9617fa4e-Darwin --script ci/travis/install-mac.qs | ||
hdiutil detach /Volumes/OpenStudio-3.0.0+1c9617fa4e -force | ||
|
||
export PATH="$TRAVIS_BUILD_DIR/gems/bin:/usr/local/opt/[email protected]/bin:$HOME/openstudio/bin:$PATH" | ||
export RUBYLIB="$HOME/openstudio/Ruby" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters