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
I'm working on a small project over at my coc-ccls repo. It's non-functional at the moment, but there's been lots of interest, and I'd like to fix it up and get it minimally working.
I see the first difficult step being the retrieval of a ccls binary. I'd like to keep it up to date with the latest in this repository, so I'm trying to avoid manually compiling and shipping it myself all the time. Also, I'd be a bit of a dubious source to get some binary from; I'd rather distribute it straight from the horse's mouth.
One possibility would be setting up Travis CI to automatically build and publish artifacts to Github. I would be more than happy to set this up for you. I wanted to know whether you saw this as a possibility. I've compiled ccls once or twice before, but I'm not exactly familiar with the internals and whether a binary compiled, for example, on an Ubuntu container would work on many (I'm fine if it doesn't work on all) systems.
I see you've set up Appveyor, but it doesn't seem to be used? And it only compiles on Windows at this time.
The text was updated successfully, but these errors were encountered:
I don't know if it's possible to upload releases via Github's CI, but surely there's a way? Here is how you do it with Travis.
I'm going to leave this issue open until I get a response on whether these builds will be of any real use to distribute, because as of now they are just testing if compilation passes.
I'm working on a small project over at my coc-ccls repo. It's non-functional at the moment, but there's been lots of interest, and I'd like to fix it up and get it minimally working.
I see the first difficult step being the retrieval of a ccls binary. I'd like to keep it up to date with the latest in this repository, so I'm trying to avoid manually compiling and shipping it myself all the time. Also, I'd be a bit of a dubious source to get some binary from; I'd rather distribute it straight from the horse's mouth.
One possibility would be setting up Travis CI to automatically build and publish artifacts to Github. I would be more than happy to set this up for you. I wanted to know whether you saw this as a possibility. I've compiled ccls once or twice before, but I'm not exactly familiar with the internals and whether a binary compiled, for example, on an Ubuntu container would work on many (I'm fine if it doesn't work on all) systems.
I see you've set up Appveyor, but it doesn't seem to be used? And it only compiles on Windows at this time.
The text was updated successfully, but these errors were encountered: