Add entire wqscript to yml file

This commit is contained in:
Matt Guthaus 2018-11-20 15:37:09 -08:00
parent 8fde15a7e3
commit 770e824c49
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
before_script:
- export OPENRAM_HOME="$(pwd)/compiler"
- export OPENRAM_TECH="$(pwd)/technology"
freepdk45:
script:
- /home/gitlab-runner/regress_freepdk45.sh
- $OPENRAM_HOME/tests/regress.py -t freepdk45
scn4m_subm:
script:
- /home/gitlab-runner/regress_scn4m_subm.sh
- $OPENRAM_HOME/tests/regress.py -t scn4m_subm
- coverage report -m
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
artifacts: