Skip to content

Commit

Permalink
Drop use of Cask in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 22, 2021
1 parent a327661 commit efd78c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
# Work around SSL-related failures, see
# https://stackoverflow.com/questions/21477683/mercurial-https-clone-abort-error-wrong-version-number
echo "[ui]\ntls = False" > $HOME/.hgrc
# Use cask to install development dependencies
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- name: Run cask
run: |
~/.cask/bin/cask
- name: Check changed recipes
run: |
[ "$GITHUB_EVENT_NAME" = "push" ] \
Expand Down
3 changes: 0 additions & 3 deletions Cask

This file was deleted.

2 changes: 1 addition & 1 deletion run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for recipe_name in $changed_recipes; do
if [ -f "./recipes/$recipe_name" ]; then
echo "----------------------------------------------------"
echo "Building new/modified recipe: $recipe_name"
~/.cask/bin/cask emacs --batch --eval "(progn (add-to-list 'load-path \"$PWD/package-build/\")(load-file \"package-build/package-build.el\")(package-build-archive \"$recipe_name\"))"
emacs --batch --eval "(progn (add-to-list 'load-path \"$PWD/package-build/\")(load-file \"package-build/package-build.el\")(package-build-archive \"$recipe_name\"))"
fi
done

Expand Down

0 comments on commit efd78c6

Please sign in to comment.