mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
7 lines
168 B
Bash
Executable File
7 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
node-waf configure && node-waf build && echo '-- Compiled OK --
|
|
|
|
' && node test/smoke.js && echo '-- Tests Done, running smoke --
|
|
|
|
' && node smoketest.js
|