Skip to content

Commit ac0c9fc

Browse files
committed
Remove Docker and vagrant
1 parent 5aa8859 commit ac0c9fc

File tree

7 files changed

+0
-206
lines changed

7 files changed

+0
-206
lines changed

Dockerfile

-83
This file was deleted.

Makefile

-26
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,3 @@ travis-build:
1414
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
1515
docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .
1616
.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

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"glob": "^5.0.3",
1313
"request": "^2.44.0"
1414
},
15-
"bundledDependencies": [
16-
"node-pre-gyp"
17-
],
1815
"license": "MIT",
1916
"scripts": {
2017
"build": "node-gyp build",

vagrant/Vagrantfile

-31
This file was deleted.

vagrant/scripts/setup-node.sh

-13
This file was deleted.

vagrant/setup.sh

-24
This file was deleted.

vagrant/user.sh

-26
This file was deleted.

0 commit comments

Comments
 (0)