Skip to content

Commit 58f248a

Browse files
committed
Remove prebuilt binaries
1 parent 77c4fb5 commit 58f248a

8 files changed

+4
-664
lines changed

Makefile

-25
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,6 @@ smoke:
1010
npm test
1111
.PHONY: smoke
1212

13-
14-
release:
15-
@echo "Tagging release $(VERSION)"
16-
@git tag -m "$(VERSION)" v$(VERSION)
17-
18-
@echo "Pushing tags to GitHub"
19-
@git push --tags
20-
21-
@echo "Switching to osx-binaries branch"
22-
@git checkout osx-binaries
23-
24-
@echo "Merging master into osx-binaries"
25-
@git merge --no-ff --commit -m "Merge master into osx-binaries [publish binary]" master
26-
27-
@echo "Pushing osx-binaries"
28-
@git push
29-
30-
@echo "Switching to master branch"
31-
@git checkout master
32-
33-
@echo "Publishing to NPM"
34-
@npm publish
35-
.PHONY: release
36-
37-
3813
travis-build:
3914
docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
4015
docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .

appveyor.yml

-105
This file was deleted.

binding.gyp

+1-12
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,5 @@
154154
}
155155
}]
156156
]
157-
},
158-
{
159-
"target_name": "action_after_build",
160-
"type": "none",
161-
"dependencies": [ "<(module_name)" ],
162-
"copies": [
163-
{
164-
"files": [ "<(PRODUCT_DIR)/<(module_name).node" ],
165-
"destination": "<(module_path)"
166-
}
167-
]
168-
}]
157+
}]
169158
}

0 commit comments

Comments
 (0)