mirror of https://github.com/VLSIDA/OpenRAM.git
Add entire wqscript to yml file
This commit is contained in:
parent
8fde15a7e3
commit
770e824c49
|
|
@ -1,10 +1,14 @@
|
||||||
|
before_script:
|
||||||
|
- export OPENRAM_HOME="$(pwd)/compiler"
|
||||||
|
- export OPENRAM_TECH="$(pwd)/technology"
|
||||||
|
|
||||||
freepdk45:
|
freepdk45:
|
||||||
script:
|
script:
|
||||||
- /home/gitlab-runner/regress_freepdk45.sh
|
- $OPENRAM_HOME/tests/regress.py -t freepdk45
|
||||||
|
|
||||||
scn4m_subm:
|
scn4m_subm:
|
||||||
script:
|
script:
|
||||||
- /home/gitlab-runner/regress_scn4m_subm.sh
|
- $OPENRAM_HOME/tests/regress.py -t scn4m_subm
|
||||||
- coverage report -m
|
- coverage report -m
|
||||||
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue