[pytango] 196/483: Continuous Integration enhancement 9
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 847454bf33cd27cd4d579b652d81df363b2e1d96
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Mon Jan 28 12:34:57 2013 +0000
Continuous Integration enhancement 9
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21953 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
ci/ALBA/build.sh | 17 ++++++++++++++++-
ci/build.sh | 2 +-
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/ci/ALBA/build.sh b/ci/ALBA/build.sh
index 0b26229..09cbeb8 100755
--- a/ci/ALBA/build.sh
+++ b/ci/ALBA/build.sh
@@ -1,5 +1,20 @@
#!/bin/bash
-echo "In ALBA/build.sh"
+echo "## In ALBA/build.sh ##"
pwd
+
+export LD_LIBRARY_PATH=/tmp/jenkins/jobs/TangoLib/lib:$LD_LIBRARY_PATH
+export CPLUS_INCLUDE_PATH=/tmp/jenkins/jobs/TangoLib/include:$CPLUS_INCLUDE_PATH
+
+make user=1 prefix=/tmp/jenkins/jobs install
+
+make user=1 prefix=/tmp/jenkins/jobs install
+
+export PYTHONPATH=/tmp/jenkins/jobs/PyTango:$PYTHONPATH
+
+python ../../tests/DevTest.py pytomasz &
+
+python ../../tests/TestSuite.py
+
+ps -ef | awk '/DevTest.py/ {print$2}' | xargs kill -9
diff --git a/ci/build.sh b/ci/build.sh
index 78664ba..4364a68 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -12,7 +12,7 @@ then
else
if [ ! -z "$INSTITUTE" ]
then
- echo "Failed to execute ci/$INSTITUTE/build.sh!"
+ echo "Failed to execute ci/$INSTITUTE/build.sh !"
echo "Make sure ci/$INSTITUTE/build.sh exists"
else
echo "Mr Jenkins needs additional configuration!"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list