1
0
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:
Lars Asplund
2021-03-13 22:34:01 +01:00
parent 8614f6800b
commit 07b89edd3c
2 changed files with 17 additions and 2 deletions

13
.github/workflows/vunit_tests.yml vendored Normal file
View 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