sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.11k stars 1.11k forks source link

Use GitHub actions instead of Travis CI #1016

Closed sschmid closed 1 year ago

sschmid commented 2 years ago

GitHub added Actions to automate.

Migrate from Travis CI to GitHub actions.

Current Travis CI: https://travis-ci.org/github/sschmid/Entitas-CSharp

sschmid commented 1 year ago

Doing CI/CD with GitHub actions now using these steps: