add a script for jenkins to run

release-v1.0.0
Richard van der Hoff 2016-05-24 14:45:32 +01:00
parent 15cb4ec0c0
commit a49d7284f3
2 changed files with 11 additions and 0 deletions

9
jenkins.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
set -e
make clean
make lib
make test
./python/test_olm.sh

View File

@ -1,5 +1,7 @@
#! /bin/bash
cd `dirname $0`
OLM="python -m olm"
ALICE_ACCOUNT=alice.account