Skip to content
Snippets Groups Projects
jenkins.sh 71 B
Newer Older
#!/bin/sh

set -e

make clean
make lib
make test

./python/test_olm.sh