File tree 7 files changed +0
-206
lines changed
7 files changed +0
-206
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,29 +14,3 @@ travis-build:
14
14
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
15
15
docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .
16
16
.PHONY : travis-build
17
-
18
- # The location of the `node-pre-gyp` module builder. Try and get a globally
19
- # installed version, falling back to a local install.
20
- NODE_PRE_GYP = $(shell which node-pre-gyp)
21
- ifeq ($(NODE_GYP ) ,)
22
- NODE_PRE_GYP = ./node_modules/.bin/node-pre-gyp
23
- endif
24
-
25
- NODE := $(shell which node)
26
- test_deps = build \
27
- ./test/*.js \
28
- ./lib/*.js \
29
- $(NODE )
30
-
31
- build : build/Debug/opencv.node
32
- build/Debug/opencv.node :
33
- $(NODE_PRE_GYP ) --verbose --debug rebuild
34
-
35
- $(NODE_PRE_GYP ) :
36
- npm install node-pre-gyp
37
-
38
- # Clean up any generated files
39
- clean : $(NODE_PRE_GYP )
40
- $(NODE_PRE_GYP ) clean
41
- rm -rf coverage
42
- rm -rf build
Original file line number Diff line number Diff line change 12
12
"glob" : " ^5.0.3" ,
13
13
"request" : " ^2.44.0"
14
14
},
15
- "bundledDependencies" : [
16
- " node-pre-gyp"
17
- ],
18
15
"license" : " MIT" ,
19
16
"scripts" : {
20
17
"build" : " node-gyp build" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments