bundlesize icon indicating copy to clipboard operation
bundlesize copied to clipboard

Automatically track all CircleCI artifacts

Open Daniel15 opened this issue 8 years ago • 5 comments

Rather than having to manually specify the files to track in the package.json, it would be nice to be able to automatically track all files that are saved as artifacts in CircleCI and compare them to the most recent master build.

Daniel15 avatar Jul 10 '17 01:07 Daniel15

That's pretty cool! I did not know circleCI could do that.

However, adding this feature would make things very specific to CircleCI. bundlesize can be used on your local machine as well.

I'm not sure if that's a good idea for the code. Could be useful as a plugin if you're interested in building it.

siddharthkp avatar Jul 11 '17 10:07 siddharthkp

However, adding this feature would make things very specific to CircleCI.

Most good CI systems have some way of archiving artifacts. AppVeyor supports it, as does Jenkins. The tricky thing is that they all have their own custom APIs. Having plugins for the most popular CI systems or supporting them out-of-the-box would be a good idea IMO, as that's how I imagine most people would integrate this into their build.

Daniel15 avatar Jul 15 '17 05:07 Daniel15

That would be cool, would make the setup pretty easy.

I don't think I can invest time in this right now, you can pick it up if you like 🙂

siddharthkp avatar Jul 15 '17 05:07 siddharthkp

I don't have time to work on it either, unfortunately :( I'm already working on too many projects

Daniel15 avatar Jul 15 '17 05:07 Daniel15

😀

keeping this open for someone to grab it

siddharthkp avatar Jul 15 '17 05:07 siddharthkp