aboutsummaryrefslogtreecommitdiff
path: root/jenkins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index c1efcb9..5c6eff7 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -3,7 +3,12 @@
set -e
make clean
+rm olm-*.tgz
+
make lib
make test
-
./python/test_olm.sh
+
+. ~/.emsdk_set_env.sh
+make js
+npm pack javascript