mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
node-waf configure && node-waf build && echo '-- Compiled OK --
|
|
|
|
' && node smoketest |