mirror of
https://github.com/openpower-cores/a2i.git
synced 2026-01-31 05:51:56 +00:00
Setup CI.
Currently there are no testbenches provided with the project but the CI will still verify that each push and pull request to the project can be compiled. If/when tests are added they will also be executed with each push and PR.
This commit is contained in:
13
.github/workflows/vunit_tests.yml
vendored
Normal file
13
.github/workflows/vunit_tests.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: VUnit Tests
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git update-index --chmod=+x run.py
|
||||
- uses: VUnit/vunit_action@master
|
||||
with:
|
||||
cmd: python3 ./run.py
|
||||
Reference in New Issue
Block a user