Skip to content
Snippets Groups Projects
Commit a49d7284 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

add a script for jenkins to run

parent 15cb4ec0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
make clean
make lib
make test
./python/test_olm.sh
#! /bin/bash
cd `dirname $0`
OLM="python -m olm"
ALICE_ACCOUNT=alice.account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment