[pytango] 186/483: Continuous Integration support

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:39 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 c2193f767fb29b9bdee291291be3b1d905ec20a2
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Jan 22 10:56:22 2013 +0000

    Continuous Integration support
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21931 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 ci/ALBA/build_scr | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/ci/ALBA/build_scr b/ci/ALBA/build_scr
new file mode 100644
index 0000000..b601676
--- /dev/null
+++ b/ci/ALBA/build_scr
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+pwd
+
+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
+

-- 
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