From 44d78dbc2ffc365ef601d6943df899b6c6ffe53e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 5 Sep 2013 12:24:44 -0500 Subject: [PATCH] APS Jenkins adjustment --- jenkins/aps_build | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/jenkins/aps_build b/jenkins/aps_build index 09973dd..5afb392 100644 --- a/jenkins/aps_build +++ b/jenkins/aps_build @@ -1,10 +1,10 @@ # pvAccess C++ implementation -# Jenkins @ Cloudbees build script +# Jenkins @ APS build script # # Jenkins invokes scripts with the "-ex" option. So the build is considered a failure # if any of the commands exits with a non-zero exit code. # -# Author: Ralph Lange +# Authors: Ralph Lange and Andrew Johnson # Copyright (C) 2013 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH # All rights reserved. Use is subject to license terms. @@ -20,4 +20,9 @@ PVCOMMON=${HOME}/jobs/epics-pvCommon/workspace EPICS_BASE=${EPICS_BASE} EOF -make distclean all +make + +########################################### +# Test + +# Currently tests use GoogleTest, which I don't build