]> git.vanrenterghem.biz Git - musicbrainz.git/blob - .github/workflows/melpazoid-musicbrainz.yml
In the shape of a melted gun
[musicbrainz.git] / .github / workflows / melpazoid-musicbrainz.yml
1 # melpazoid <https://github.com/riscy/melpazoid> build checks.
3 # for musicbrainz package
5 name: melpazoid-musicbrainz
6 on: [push, pull_request]
8 jobs:
9   build:
10     runs-on: ubuntu-latest
11     steps:
12     - uses: actions/checkout@v2
13     - name: Set up Python 3.9
14       uses: actions/setup-python@v1x
15       with: { python-version: 3.9 }
16     - name: Install
17       run: |
18         python -m pip install --upgrade pip
19         sudo apt-get install emacs && emacs --version
20         git clone https://github.com/riscy/melpazoid.git ~/melpazoid
21         pip install ~/melpazoid
22     - name: Run
23       env:
24         LOCAL_REPO: ${{ github.workspace }}
25         # RECIPE is your recipe as written for MELPA:
26         RECIPE: (musicbrainz :repo "zzkt/metabrainz" :fetcher github :files ("musicbrainz.el"))
27         # set this to false (or remove it) if the package isn't on MELPA:
28         # EXIST_OK: true
29       run: echo $GITHUB_REF && make -C ~/melpazoid