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

set -e

make clean
rm -f olm-*.tgz

make lib
make test

./python/test_olm.sh
pep8 -v python

. ~/.emsdk_set_env.sh
make js
(cd javascript && npm install && npm run test)
npm pack javascript