mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
7 lines
158 B
Bash
Executable File
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
|