node-opencv/smoke.sh
2012-01-24 17:38:19 -08:00

7 lines
158 B
Bash
Executable File

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