mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 09:31:40 -05:00
try out my vterm fix to melpazoid
This commit is contained in:
parent
3afffd8329
commit
e6908089d3
1 changed files with 1 additions and 10 deletions
11
.github/workflows/melpazoid.yml
vendored
11
.github/workflows/melpazoid.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue