Build the JS wrappers on jenkins
This commit is contained in:
parent
c09aa77c4a
commit
099757dc8f
1 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,7 @@ set -e
|
||||||
make clean
|
make clean
|
||||||
make lib
|
make lib
|
||||||
make test
|
make test
|
||||||
|
|
||||||
./python/test_olm.sh
|
./python/test_olm.sh
|
||||||
|
|
||||||
|
. ~/.emsdk_set_env.sh
|
||||||
|
make js
|
||||||
|
|
Loading…
Reference in a new issue