Skip to content

Commit 1305002

Browse files
committed
Temporarily unsilent appveyor build.
1 parent 442b5b7 commit 1305002

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_build:
1818
- set PATH=%PATH%;%cd%
1919

2020
- cppan # dummy run to create %USERPROFILE%\.cppan\cppan.yml
21-
- ps: 'Add-Content $env:USERPROFILE\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'
21+
#- ps: 'Add-Content $env:USERPROFILE\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'
2222

2323
build_script:
2424
- cppan

cppan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ options:
129129

130130
dependencies:
131131
private:
132+
# tesseract uses leptonica only internally
133+
# and does not expose its interface to users
132134
pvt.cppan.demo.leptonica: master
133135
# only for training tools, move to them later
134136
pvt.cppan.demo.unicode.icu.i18n: "*"

0 commit comments

Comments
 (0)