godotengine / emacs-gdscript-mode

An Emacs package to get GDScript support and syntax highlighting.
GNU General Public License v3.0
316 stars 36 forks source link

Add CI #113

Closed jcs090218 closed 2 years ago

jcs090218 commented 2 years ago

I have setup the CI for this repo. The CI uses Eask; the tool I've created recently to replace Cask. And with the GitHub Actions.

The CI tests on all platforms (Ubuntu, macOS, and Windows). The CI process is defined in Makefile. It currently tests the following,

I have added make lint but it's currently left unused due to other errors.

jcs090218 commented 2 years ago

Full log here.

NathanLovato commented 2 years ago

Thank you very much! This is looking great to me. Can I go ahead and merge already?

jcs090218 commented 2 years ago

Yes, this is ready to merge! :)

NathanLovato commented 2 years ago

Thanks!