Skip to content

ERT-MELPA-Stable

ERT-MELPA-Stable #13

name: ERT-MELPA-Stable
on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
schedule:
- cron: '0 0 * * *' # daily
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 29.1
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
# Checks-out repository under $GITHUB_WORKSPACE
- name: Clone verilog-ext
uses: actions/checkout@v4
with:
fetch-depth: 0 # INFO: Fetch all history for all branches and tags
fetch-tags: true # INFO: Whether to fetch tags, even if fetch-depth > 0
submodules: true
- name: Install binaries
run: |
test-hdl/verilog/scripts/setup-env.sh
test-hdl/verilog/scripts/install-ts-grammar.sh
- name: Run ERT tests
run: |
make package-el-melpa-stable