Skip to content

Commit

Permalink
[ci][appveyor] Revert debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Dec 31, 2020
1 parent ca114ac commit 82b20d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ before_build:

build_script:
- sw -version
- sw -show-output -platform %platform% -config d,r build -Dwith-tests=1
# debug build causes long builds (> 1h), appveyor drops them
- sw -show-output -platform %platform% -config 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 82b20d4

Please sign in to comment.