bundlesize
bundlesize copied to clipboard
Support GitLab CI
https://docs.gitlab.com/ce/ci/
@chauffer, I have not used gitlab, can you guide me towards their status APIs?
From what I understand, gitlab has it's own CI, which will come in handy.
@siddharthkp for the most part, it's simply Docker containers, where exit code != 0 is failure.
Some env vars are available, fwiw: https://docs.gitlab.com/ce/ci/variables/README.html
What other information would you need? Happy to jump on gitter or something to help out :D
Thanks, this helps.
I'm not sure what's the best way to test this 🤔
I'll create a fork on gitlab?
yep, probably good enough as gitlab.com has free shared runners :D
@siddharthkp you can try setting up repository mirroring on Gitlab to avoid maintaining two versions.
What's the status of this? Would it be worthwhile for me to jump in and try and implement it?
Any updates?