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

set -e

make clean
make lib
make test
./python/test_olm.sh

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