ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
508 stars 363 forks source link

Automate unit test execution #367

Closed ddugovic closed 3 years ago

ddugovic commented 4 years ago

GitHub automates builds on every commit (free for open source projects): https://github.com/features/actions

alxmjo commented 4 years ago

Thanks for this. Could you explain the benefit of using this system over our existing Travis CI system?

ddugovic commented 4 years ago

Developers who fork this project would not need to create Travis accounts or create pull requests to observe test results for their forks. (Of course Travis CI has many advantages, however it is possible to use both systems.)

alxmjo commented 3 years ago

Thanks for this! Merged.