node-opencv/smoke.sh
2012-06-22 14:58:35 -07:00

7 lines
161 B
Bash
Executable File

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