jobs: add pysim.yml

Change-Id: I180cc4a83a41f3ef2e4b1e316ea0371cc83be654
This commit is contained in:
Alexander Couzens 2018-07-16 20:00:39 +02:00
parent abfcb8321d
commit e171ed2608
1 changed files with 31 additions and 0 deletions

31
jobs/pysim.yml Normal file
View File

@ -0,0 +1,31 @@
---
- project:
name: pysim
jobs:
- pysim-hardware-test
- job-template:
name: 'pysim-hardware-test'
project-type: freestyle
defaults: global
description: 'Generated by job-builder'
node: simtester
builders:
- shell: |
virtualenv -p python2 venv
. venv/bin/activate
pip install pyscard pytlv
./tests/pysim-test.sh
scm:
- git:
url: git://git.osmocom.org/pysim
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
branches:
- pmaier/simtest
triggers:
- timed: "@midnight"
# vim: expandtab tabstop=2 shiftwidth=2