From 770e824c4978508541c827b587fa74d8031a40af Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Tue, 20 Nov 2018 15:37:09 -0800 Subject: [PATCH] Add entire wqscript to yml file --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2c989f3..bb5f178e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: