ci: add integration test against LOCAL_REPO

This commit is contained in:
riscy 2021-07-05 15:27:43 -07:00
parent 761653acfa
commit 13cf0de93b

View file

@ -39,3 +39,8 @@ jobs:
CI_BRANCH: master # always build the master branch on this repo
EXPECT_ERROR: 2 # we expect it to have some nags
run: RECIPE='(magit :fetcher github :repo "magit/magit" :files ("lisp/magit" "lisp/magit*.el" "lisp/git-rebase.el" "Documentation/magit.texi" "Documentation/AUTHORS.md" "LICENSE" (:exclude "lisp/magit-libgit.el")))' make
- name: Test local 'melpazoid'
env:
CI_BRANCH: master
run: python melpazoid/melpazoid.py ./melpazoid --recipe '(melpazoid :fetcher github :repo "riscy/melpazoid")'