From 8bab60ee0fe4525381114c5ae882b419d39ce7d2 Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Thu, 12 Oct 2023 16:12:01 -0700 Subject: [PATCH] CI - run setup.py (#14) Fix typo --- .jenkins/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 12088c682b..49efd4071e 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -20,7 +20,7 @@ def runCompileCommand(platform, project, jobName, boolean debug=false, boolean s set -x echo Build rocDecode - ${buildTypeDir} cd ${project.paths.project_build_prefix} - python rocDECODE-setup.py + python rocDecode-setup.py mkdir -p build/${buildTypeDir} && cd build/${buildTypeDir} ${enableSCL} cmake ${buildTypeArg} ../..