jschaf / esup

ESUP - Emacs Start Up Profiler
400 stars 21 forks source link

Migrate to GitHub Actions #70

Closed sergeyklay closed 4 years ago

sergeyklay commented 4 years ago

Hello,

I propose migrate CI process to GitHub Actions. This seems more reasonable when the project code, as well as continuous integration depend only on GitHub.

I have an example for you to show how simple it is: https://github.com/sergeyklay/bnf-mode/blob/master/.github/workflows/build.yml

Let me know if it is acceptable and I'll send a PR.

jschaf commented 4 years ago

That's totally fine by me.

sergeyklay commented 4 years ago

Implemented in the master branch