1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#!/bin/sh set -e make clean rm -f olm-*.tgz make lib make test virtualenv env . env/bin/activate pip install pyyaml pip install pep8 ./python/test_olm.sh pep8 -v python . ~/.emsdk_set_env.sh make js (cd javascript && npm install && npm run test) npm pack javascript