diff options
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-x | jenkins.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,5 +5,7 @@ set -e make clean make lib make test - ./python/test_olm.sh + +. ~/.emsdk_set_env.sh +make js |
index : libolm | ||
Implementation of the olm and megolm cryptographic ratchets |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | jenkins.sh | 4 |
@@ -5,5 +5,7 @@ set -e make clean make lib make test - ./python/test_olm.sh + +. ~/.emsdk_set_env.sh +make js |