Skip to content

Commit

Permalink
Add GH action file for GHDL-only TB
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Michon committed Jun 26, 2023
1 parent 53d4726 commit 4e696a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ghdl_only.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push]
jobs:
checkout-osvvm:
runs-on: ubuntu-latest
steps:
- name: '⚙️ Setup GHDL'
uses: ghdl/setup-ghdl-ci@master
- name: '🧰 Checkout'
uses: actions/checkout@v3
with:
path: OsvvmLibraries
submodules: recursive
- name: 'Build'
run: make

0 comments on commit 4e696a1

Please sign in to comment.