mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Always build from source in appveyor.
This commit is contained in:
parent
c776475f3a
commit
3558be3d50
@ -59,8 +59,7 @@ before_build:
|
||||
# to run your custom scripts instead of automatic MSBuild
|
||||
build_script:
|
||||
- cmd: ECHO "BUILDING x64 binary package:"
|
||||
#- cmd: npm install --build-from-source --msvs_version=2013
|
||||
- cmd: npm install --msvs_version=2013
|
||||
- cmd: npm install --build-from-source --msvs_version=2013
|
||||
- cmd: npm test
|
||||
- cmd: node lib/opencv.js
|
||||
- cmd: ECHO "PUBLISH x64 binary package:"
|
||||
@ -82,8 +81,7 @@ after_build:
|
||||
- cmd: npm install -g node-gyp
|
||||
- cmd: copy .\utils\opencv_x86.pc C:\GTK\lib\pkgconfig\opencv.pc
|
||||
- cmd: ECHO "BUILDING x86 binary package:"
|
||||
#- cmd: npm install --build-from-source --msvs_version=2013
|
||||
- cmd: npm install --msvs_version=2013
|
||||
- cmd: npm install --build-from-source --msvs_version=2013
|
||||
- cmd: npm test
|
||||
- cmd: node lib/opencv.js
|
||||
- cmd: ECHO "PUBLISH x86 binary package:"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user