CAChemE / pyomo-recipes

Useful conda recipes for Pyomo and dependencies.
MIT License
6 stars 2 forks source link

Upload packages from AppVeyor #3

Closed astrojuanlu closed 8 years ago

astrojuanlu commented 8 years ago

Once everything works this should remove the need to locally compile the packages. It would be nice to increment the build number using APPVEYOR_BUILD_NUMBER and templated meta.yml files, see http://conda.pydata.org/docs/building/environment-vars.html?highlight=template#git-environment-variables.

astrojuanlu commented 8 years ago

Or better, use GIT_DESCRIBE_NUMBER to be consistent with other build systems. Notice that in this case we need to tag the repository though, see http://stackoverflow.com/q/4916492/554319

astrojuanlu commented 8 years ago

Tokens are in place, now we just have to set the correct infrastructure.