aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-09-05 18:42:18 +0100
committerRichard van der Hoff <richard@matrix.org>2016-09-05 18:42:18 +0100
commit617f9b1696015d42e8b31067d520ce76fd3c6425 (patch)
tree1e27889104b8df19eea6ea6320783f6ee6590452
parente7996e5984f208dd29532450687a38533ae50182 (diff)
remove js package before building
-rwxr-xr-xjenkins.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 9fa4324..5c6eff7 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -3,6 +3,8 @@
set -e
make clean
+rm olm-*.tgz
+
make lib
make test
./python/test_olm.sh