Skip to content

Commit bd46d39

Browse files
fixes appveyor.yml + and add install to docker whitelist
1 parent ffdb08e commit bd46d39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ci/coverage-report
44
!package.json
55
!binding.gyp
66
!lib
7+
!install
78
!test
89
!cc
910
!data/got.jpg

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test_script:
7070
cd .\ci\envs
7171
npm install
7272
npm test
73-
) else ( \
73+
) else (
7474
cd c:\projects\opencv4nodejs\test
7575
npm install
7676
npm run test-appveyor

0 commit comments

Comments
 (0)