bundlesize icon indicating copy to clipboard operation
bundlesize copied to clipboard

Support GitLab CI

Open iakat opened this issue 7 years ago • 7 comments

https://docs.gitlab.com/ce/ci/

iakat avatar Jul 02 '17 12:07 iakat

@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 avatar Jul 03 '17 21:07 siddharthkp

@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

iakat avatar Jul 04 '17 20:07 iakat

Thanks, this helps.

I'm not sure what's the best way to test this 🤔

I'll create a fork on gitlab?

siddharthkp avatar Jul 05 '17 02:07 siddharthkp

yep, probably good enough as gitlab.com has free shared runners :D

iakat avatar Jul 06 '17 22:07 iakat

@siddharthkp you can try setting up repository mirroring on Gitlab to avoid maintaining two versions.

jagzviruz avatar Aug 29 '17 06:08 jagzviruz

What's the status of this? Would it be worthwhile for me to jump in and try and implement it?

blittle avatar Jun 19 '19 22:06 blittle

Any updates?

SilentImp avatar Aug 18 '19 21:08 SilentImp