CourageAI / CourageAI-MrMeeseeksAI

0 stars 0 forks source link

Add continuous integration #11

Closed Imoustak closed 4 years ago

Imoustak commented 4 years ago

Context

Adding a simple workflow to allow continuous integration builds using github actions feature. Click the links if you feel like learning more about github actions or Continuous Integration.

The idea is that this workflow will try to build the executable file of our application( in windows and macos formats) every time we open a new pull request with new code. This way we can be sure we merge to master only code that is correct at least syntactically and can be built.