try out my vterm fix to melpazoid

This commit is contained in:
Valentin Boettcher 2024-09-15 12:51:57 -04:00
parent 3afffd8329
commit e6908089d3
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -1,8 +1,3 @@
# melpazoid <https://github.com/riscy/melpazoid> build checks.
# If your package is on GitHub, enable melpazoid's checks by copying this file
# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.
name: melpazoid
on: [push, pull_request]
@ -18,11 +13,9 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
sudo add-apt-repository universe --yes
sudo apt-get update
sudo apt-get install emacs && emacs --version
sudo apt-get install elpa-vterm
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
git clone -b support-vterm https://github.com/vale981/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
env:
@ -31,6 +24,4 @@ jobs:
# set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: false
run: |
echo '(setq vterm-always-compile-module t)' > ~/.emacs
emacs --batch --eval "(progn (require 'vterm) (vterm-module-compile))"
echo $GITHUB_REF && make -C ~/melpazoid