add a script for jenkins to run
This commit is contained in:
parent
15cb4ec0c0
commit
a49d7284f3
2 changed files with 11 additions and 0 deletions
9
jenkins.sh
Executable file
9
jenkins.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
make clean
|
||||||
|
make lib
|
||||||
|
make test
|
||||||
|
|
||||||
|
./python/test_olm.sh
|
|
@ -1,5 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
cd `dirname $0`
|
||||||
|
|
||||||
OLM="python -m olm"
|
OLM="python -m olm"
|
||||||
|
|
||||||
ALICE_ACCOUNT=alice.account
|
ALICE_ACCOUNT=alice.account
|
||||||
|
|
Loading…
Reference in a new issue