OpenCDSS / cdss-app-statecu-fortran

Colorado's Decision Support Systems (CDSS) StateCU consumptive use model code, documentation, tests
GNU General Public License v3.0
1 stars 1 forks source link

Create script to upload software executable to GCP #31

Closed smalers closed 3 years ago

smalers commented 3 years ago

TSTool and StateDMI use scripts to automate upload of installers to GCP and create an index page with downloads. StateCU has not needed this because no new executable had been released. Now, StateCU 14.0.0 needs an upload script. Also, instead of providing the raw executable, a zip file can be used, with the executable and the new statecu.cmd runner that figures out the long file names. Once in place, the StateCU download page will be consistent with other OpenCDSS products.

smalers commented 3 years ago

The build-util/copy-to-co-dnr-gcp.bash and create-gcp-statecu-index.bash scripts have been implemented similar to other software. Close this issue.