siddharthkp / bundlesize

Keep your bundle size in check
MIT License
4.46k stars 180 forks source link

Support GitLab CI #19

Open iakat opened 7 years ago

iakat commented 7 years ago

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

siddharthkp commented 7 years ago

@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.

iakat commented 7 years ago

@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

siddharthkp commented 7 years ago

Thanks, this helps.

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

I'll create a fork on gitlab?

iakat commented 7 years ago

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

jagzviruz commented 7 years ago

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

blittle commented 5 years ago

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

SilentImp commented 5 years ago

Any updates?