node-opencv/smoke/smoke.sh
2013-03-04 11:12:33 -08:00

9 lines
286 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