Skip to content

Commit

Permalink
try out my vterm fix to melpazoid
Browse files Browse the repository at this point in the history
  • Loading branch information
vale981 committed Sep 15, 2024
1 parent 3afffd8 commit e690808
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
@@ -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]

Expand All @@ -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:
Expand All @@ -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

0 comments on commit e690808

Please sign in to comment.