aboutsummaryrefslogtreecommitdiff
path: root/jenkins.sh
blob: 3b6fb1f1c24b96a36e569acfca9bae3768584788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

make clean
rm -f olm-*.tgz

make lib
make test
./python/test_olm.sh

. ~/.emsdk_set_env.sh
make js
npm pack javascript