PyHDI / veriloggen

Veriloggen: A Mixed-Paradigm Hardware Construction Framework
Apache License 2.0
306 stars 58 forks source link

Travis CI -> CircleCI? #23

Open shtaxxx opened 5 years ago

Nic30 commented 5 years ago

Can I ask why? (I am just curious.)

shtaxxx commented 5 years ago

I just thought Circle CI looks more modern than Travis CI, and there is no deep reason.

Nic30 commented 3 years ago

Hello,

I guess you know but travis-ci will not be free in 2 days (not mentioning quite expensive compare to competition). I migrated my projects to CircleCI. I prepared some circleci orbs (script package) to simplify installation and testing.

I finally get coverage reports working as expected. eg. there https://github.com/Nic30/pyMathBitPrecise

If you find yourself in any trouble I can potentially help.

shtaxxx commented 3 years ago

Oh, I did not prepare anything at this time. Thanks for your information. I will consider the migration to CircleCI again, and will refer your CI script. Thank you!