You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for an issue in skeleton.jl:
It would be great to be able generate the appveyor.yml (and actually the .travis.yml) file dynamically, so that if it changes here it's most current version gets used in the generated package (that's what skeleton does). So, is there some programmatic way to access the most resent version of the appveyor.ylm file? Right now its embedded in the README.md file, but it might be better if it was it's own file we could wget or something.
The text was updated successfully, but these errors were encountered:
This is for an issue in skeleton.jl:
It would be great to be able generate the
appveyor.yml
(and actually the.travis.yml
) file dynamically, so that if it changes here it's most current version gets used in the generated package (that's what skeleton does). So, is there some programmatic way to access the most resent version of theappveyor.ylm
file? Right now its embedded in theREADME.md
file, but it might be better if it was it's own file we couldwget
or something.The text was updated successfully, but these errors were encountered: