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

set -e

make clean
rm olm-*.tgz

make lib
make test
./python/test_olm.sh

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