-
-
Notifications
You must be signed in to change notification settings - Fork 8
42 lines (37 loc) · 935 Bytes
/
build_straight.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: ERT-straight
on:
push:
pull_request:
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
- 29.2
- 29.3
- 29.4
- release-snapshot
- snapshot
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:
submodules: true
- name: Install binaries
run: |
test/test-hdl/scripts/verilog/setup-env.sh
test/test-hdl/scripts/verilog/install-ts-grammar.sh
- name: Run ERT tests
run: |
make