FrankKair / polyglot-euler

📜 Project Euler solutions in various programming languages
MIT License
74 stars 14 forks source link

CircleCI integration + Linguist #104

Closed fredericojordan closed 6 years ago

fredericojordan commented 6 years ago

Hello guys! 😄

Following our discussion on #39, I set up a simple config.yml configuration file for CircleCI.

Right now it only runs linguist on the repository's base directory and displays the results on CircleCI's dashboard, as seen below.

CircleCI + github/linguist

It can be improved further if the results are submitted somewhere, maybe on the project's README.

fredericojordan commented 6 years ago

Just note that the project's owner (@FrankKair) needs to signup on CircleCI and enable the integration.

fredericojordan commented 6 years ago

We can optionally also add a status badge: CircleCI

(although I don't think it'll be serving its original purpose intended, since it'll be reporting the status of the analysis tool, not the project per se)