Add README section about executable installation using Chocolatey#266
Add README section about executable installation using Chocolatey#266tadeu wants to merge 1 commit into
Conversation
|
cc @nicoddemus |
|
|
||
| choco install clcache | ||
|
|
||
| The package is automatically generated using AppVeyor by the https://github.com/ESSS/clcache-builder[clcache-builder project]. |
There was a problem hiding this comment.
This link formatting is wrong, I think it should be:
The package is automatically generated using AppVeyor by [ESSS/clcache-builder](https://github.com/ESSS/clcache-builder).There was a problem hiding this comment.
Oops sorry, disregard my comment, I thought this was Markdown. 😝
ab47ab3 to
3e52283
Compare
Codecov Report
@@ Coverage Diff @@
## master #266 +/- ##
=======================================
Coverage 89.42% 89.42%
=======================================
Files 1 1
Lines 1040 1040
Branches 166 166
=======================================
Hits 930 930
Misses 82 82
Partials 28 28
Continue to review full report at Codecov.
|
|
Cool stuff! I'll give it a try -- as for package building: any help with that would be much appreciated. I've planned to provide packages of clcache (e.g. ZIP files with the binaries produced by PyInstaller) for a long time but never got around to learning how to do that. I just saw that AppVeyor (which we use for CI) supports 'deploying' data and GitHub supports hosting binaries for releases. A Chocolatey package might be a nice addition (or a start)! :-) |
|
@frerich You could try merging the steps of https://github.com/ESSS/clcache-builder/blob/master/appveyor.yml into your |
|
Chocolatey have a very nice feature that allows only |
3e52283 to
dd4eb60
Compare
|
@tadeu Thanks a lot for your awesome work on packaging clcache! This has always been a bit of a blind spot for me - I hope you don't mind me taking your set of packages to define a first clcache release in the GitHub sense. :-) As for this pull request: I'm considering to not extending the README file even further (it's fairly long already) but rather making more use of the Wiki. There are already a few initial pages and I think it might be good to have an 'Installation' page which then references an 'Installation via Chocolatey' page. The benefit of this is that I could reference it nicely from other places. What do you think? |
|
@frerich Thanks :) I agree, you may drop these modifications here, since some of them don't make sense anymore (the build is already being done in this repo), and using the Wiki seems good. It would be nice to have a link in the README pointing to the Wiki, and perhaps other sections could be moved too. |
|
Closing this ticket - I recently revamped the Wiki and added the instructions for how to use Chocolatey there. |
I've created a project (clcache-builder) to build an executable version of
clcache.pyand to package it as a Chocolatey package, in order to make it easier to useclcacheon environments without Python or with Python 2.Please, feel free to review that project too. If you are interested in adding the package building to this repository, I could give some help,