Skip to content

Commit

Permalink
Issue3018 spawn installation (#3020)
Browse files Browse the repository at this point in the history
* Removed Resources/bin/spawn-0.3.0-59ed8c72e4

For #3018

* Corrected hash in file name

* Updated install script to support multiple versions

* Changed spawn install folder to Spawn-light-version-commit

* Added EnergyPlus binary installation

* Updated install section

* Updated doc, added Windows binaries, added install.py
  • Loading branch information
mwetter committed May 23, 2022
1 parent 5d84700 commit b90fe0c
Show file tree
Hide file tree
Showing 17 changed files with 220 additions and 210,021 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ install:
export PATH=${PATH}:${TRAVIS_BUILD_DIR}/${ENERGYPLUS_VERSION};
pip3 install pandas==1.3.5;
fi;
- if [[ "$TEST_ARG" == *EnergyPlus_9_6_0* ]] || [[ "$TEST_ARG" == *Buildings.{Applications,Experimental}* ]] || [[ "$TEST_ARG" == *spawn* ]]; then
echo "Installing Spawn binaries";
Buildings/Resources/src/ThermalZones/install.py --binaries-for-os-only;
fi;

# Execute tests
script:
Expand Down
Git LFS file not shown
Git LFS file not shown
91 changes: 0 additions & 91 deletions Buildings/Resources/bin/spawn-0.3.0-59ed8c72e4/linux64/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit b90fe0c

Please sign in to comment.