mirror of https://github.com/VLSIDA/OpenRAM.git
Add step to CI to build library
This commit is contained in:
parent
62700e4d2b
commit
47114b1423
|
|
@ -6,6 +6,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Library build
|
||||
run: |
|
||||
make library
|
||||
- name: Docker build
|
||||
run: |
|
||||
cd ${{ github.workspace }}/docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue