olm/jenkins.sh
Damir Jelić 2fccf44015 python: Remove the python bindings.
Signed-off-by: Damir Jelić <poljar@termina.org.uk>
2018-07-18 17:44:32 -04:00

14 lines
164 B
Bash
Executable file

#!/bin/sh
set -e
make clean
rm -f olm-*.tgz
make lib
make test
. ~/.emsdk_set_env.sh
make js
(cd javascript && npm install && npm run test)
npm pack javascript