diff --git a/jenkins/cloudbees_build b/jenkins/cloudbees_build index 367fc43..a2d7f5e 100644 --- a/jenkins/cloudbees_build +++ b/jenkins/cloudbees_build @@ -24,13 +24,14 @@ cd ${WORKSPACE} export EPICS_BASE=${STUFF} export EPICS_HOST_ARCH=$(${EPICS_BASE}/startup/EpicsHostArch) -export LD_LIBRARY_PATH=${EPICS_BASE}/lib/$EPICS_HOST_ARCH +export LD_LIBRARY_PATH=${EPICS_BASE}/lib/${EPICS_HOST_ARCH} cat > configure/RELEASE.local << EOF EPICS_BASE=${EPICS_BASE} EOF make distclean all +doxygen ########################################### # Test