mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
9 lines
286 B
Bash
Executable File
9 lines
286 B
Bash
Executable File
#!/bin/bash
|
|
node-gyp build && echo '-- Compiled OK --
|
|
|
|
' && node smoke/smoketest.js && echo '-- Smoke Done, running tests --
|
|
|
|
' && npm test # && echo '-- Tests Run, runnning examples --
|
|
#(building example data)
|
|
#' && ./examples/make-example-files.sh && node examples/motion-track.js
|