mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
node-gyp rebuild && echo '-- Compiled OK --
|
|
|
|
' && node smoketest.js #&& echo '-- Smoke Done, running tests --
|
|
|
|
#' && npm test
|