Jenkins fixes.

Remove aps_build script, no longer used.
Tests have all been converted to the EPICS harness,
so don't need running separately.
This commit is contained in:
Andrew Johnson
2014-04-29 12:10:35 -05:00
parent 82b5d0e50b
commit 89da38cfa4
2 changed files with 0 additions and 34 deletions

View File

@@ -1,29 +0,0 @@
# pvData C++ implementation
# 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.
#
# Authors: Ralph Lange <Ralph.Lange@gmx.de> and Andrew Johnson <anj@aps.anl.gov>
# Copyright (C) 2013 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
# All rights reserved. Use is subject to license terms.
###########################################
# Build
export EPICS_BASE=${HOME}/jobs/epics-base-3.14/workspace
export EPICS_HOST_ARCH=$(${EPICS_BASE}/startup/EpicsHostArch)
cat > configure/RELEASE.local << EOF
PVCOMMON=${HOME}/jobs/epics-pvCommon/workspace
EPICS_BASE=${EPICS_BASE}
EOF
make
###########################################
# Test
for t in bin/linux-x86_64/test*; do
$t
done

View File

@@ -45,11 +45,6 @@ doxygen
# EPICS Test Harness tests
make runtests
# non-EPICS Test Harness tests
for t in bin/linux-x86_64/test*; do
$t
done
###########################################
# Create distribution