codecov-haskell icon indicating copy to clipboard operation
codecov-haskell copied to clipboard

Add support for other CI than Travis

Open killy971 opened this issue 10 years ago • 6 comments

Environment variable reference: https://github.com/codecov/codecov-python/blob/8b9ec3989477c0276158f807a4643d431be288a8/codecov/init.py#L82-L148

killy971 avatar Dec 07 '14 02:12 killy971

Jenkins-CI is done. I am going to add circle-ci soon. Maybe I can do it until the weekend.

wildsebastian avatar Jun 03 '15 11:06 wildsebastian

@wildsebastian thanks for your help on this. You can see all the CI companies here

stevepeak avatar Jun 05 '15 13:06 stevepeak

Thank you @stevepeak, I already "cheated" these infos from you. ;) I just created the pull request for CircleCI.

wildsebastian avatar Jun 05 '15 21:06 wildsebastian

Hi @wildsebastian, did you manage to make it work on Circle CI? I'm struggling a lot here https://github.com/kutyel/haskell-book/commit/e331e20971f83f0fa7a993f9123a969d45e3c36d

kutyel avatar Sep 15 '19 21:09 kutyel

@kutyel I think I got it to work, but I can't remember what I did. I might have built a container with everything setup and then just used that container on CircleCI to execute the build and test.

wildsebastian avatar Sep 16 '19 20:09 wildsebastian

@wildsebastian I see, if you could check please it would be very helpful, I plan to update the circle CI docs as soon as I have a working solution but right now I haven't been able and it's taking me lots of hours 😄 🙏

kutyel avatar Sep 17 '19 06:09 kutyel