-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add CI with GitHub Action #410
base: master
Are you sure you want to change the base?
Conversation
bfdd34f
to
80970de
Compare
I cannot get this to work properly, it seems that libvterm.so.0 cannot be found (see, https://github.com/Sbozzolo/emacs-libvterm/runs/1173041929 tab "Require vterm"). I don't know if, @jixiuf, you have any experience with this and you want to have a look. |
My knowledge about |
I tried https://github.com/purcell/nix-emacs-ci to install emacs-27-1 in Ubuntu 20.04 and saw same error. |
With my limited nix knowledge I made ci.nix to build |
Thanks. I opened an issue in purcell/setup-emacs#14. |
7fae928
to
1d66386
Compare
1d209bc
to
6f96d86
Compare
6f96d86
to
596ea5b
Compare
9a6dbeb
to
a2f2286
Compare
With this PR, we enable CI in emacs-libvterm on Github Actions.
We run makem to lint and check the code for compliance with emacs code guidelines. We compile the module using bundled as well as system libvterm on Ubuntu 16.04 and Ubuntu 20.04.
(Thanks @zallison for start working on this!)