e2e398bd94
These would have helped avoid the recent FRV.
15 lines
170 B
Bash
Executable file
15 lines
170 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
make clean
|
|
rm -f olm-*.tgz
|
|
|
|
make lib
|
|
make test
|
|
./python/test_olm.sh
|
|
|
|
. ~/.emsdk_set_env.sh
|
|
make js
|
|
(cd javascript && npm run test)
|
|
npm pack javascript
|