mirror of https://github.com/VLSIDA/OpenRAM.git
Enable pdk installation on before regression
This commit is contained in:
parent
503ec274f8
commit
c01a7915d7
|
|
@ -23,10 +23,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
||||||
#cd $OPENRAM_HOME/tests
|
cd $OPENRAM_HOME/tests
|
||||||
#export PDK_ROOT="${{ github.workspace }}/pdk"
|
export PDK_ROOT="${{ github.workspace }}/pdk"
|
||||||
#make pdk
|
make pdk
|
||||||
#make install
|
make install
|
||||||
- name: Regress
|
- name: Regress
|
||||||
run: |
|
run: |
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue