node-opencv/smoke/smoke.sh
2012-11-27 16:36:18 -08:00

9 lines
282 B
Bash
Executable File

#!/bin/bash
node-gyp build && echo '-- Compiled OK --
' && node smoke/smoketest.js && echo '-- Smoke Done, running tests --
' && npm test && echo '-- Tests Run, runnning examples --
(building example data)
' && ./examples/make-example-files.sh && node examples/motion-track.js