Skip to content

Commit

Permalink
[ci][appveyor] Also build debug config.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Dec 31, 2020
1 parent 2c84c4b commit dbf3c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_build:

build_script:
- sw -version
- sw -show-output -platform %platform% build -Dwith-tests=1
- sw -show-output -platform %platform% -config d,r build -Dwith-tests=1

after_build:
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\out\**\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\out\**\*.dll
Expand Down

0 comments on commit dbf3c9e

Please sign in to comment.