Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Jan 12, 2017
1 parent 809e49a commit 89f33c5
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@ before_build:
build_script:
- mkdir build
- cd build
- cmd: 'echo local_settings: > cppan.yml'
- cmd: 'echo generator: %generator% >> cppan.yml'
- cmd: 'echo use_shared_libs: true >> cppan.yml'
- cppan --build ..
#- mkdir build
#- cd build
#- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
#- cmake --build . --config Release
#- cmd: 'echo local_settings: > cppan.yml'
#- cmd: 'echo generator: %generator% >> cppan.yml'
#- cmd: 'echo use_shared_libs: true >> cppan.yml'
#- cppan --build ..
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
- cmake --build . --config Release

artifacts:
#- path: build\bin\Release
- path: build
- path: build\bin\Release
#- path: build
name: tesseract-$(APPVEYOR_BUILD_VERSION)

0 comments on commit 89f33c5

Please sign in to comment.