This commit is contained in:
James Cherry 2020-01-27 11:50:18 -07:00
parent 9075269079
commit eee55e6cb1
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -x
set -e
docker build -t openroad/openroad --target base-dependencies .
docker run -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd):/OpenROAD openroad/openroad bash -c "./OpenROAD/jenkins/install.sh"
docker run -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd):/OpenSTA openroad/openroad bash -c "./OpenSTA/jenkins/install.sh"