olm/jenkins.sh

10 lines
71 B
Bash
Executable File

#!/bin/sh
set -e
make clean
make lib
make test
./python/test_olm.sh