node-opencv/smoke.sh
2012-07-05 13:29:14 -07:00

7 lines
138 B
Bash
Executable File

#!/bin/bash
node-gyp rebuild && echo '-- Compiled OK --
' && node smoketest.js && echo '-- Smoke Done, running tests --
' && npm test