Kitteh6660 / Corruption-of-Champions-Mod

CoC source from fenoxo, modded by Kitteh6660
228 stars 97 forks source link

Use Github Actions workflow instead of Travis CI #1481

Closed brrritssocold closed 3 years ago

brrritssocold commented 3 years ago

Use Github Actions workflow to build and run tests, since Travis CI will discontinue the free option for open source projects. See The new pricing model for travis-ci.com

Prerequisite:

For sonarcloud to work, the following secrets need to be set:

This configuration allows forks to use sonarcloud without having to modify the sonar-project.properties file.

Changes