Skip to content

Commit

Permalink
Merge pull request #44 from sgerbino/enhancement-add-windows-deployment
Browse files Browse the repository at this point in the history
Enhancement add windows deployment
  • Loading branch information
sgerbino authored Aug 2, 2016
2 parents cbe4abf + aeef950 commit b95a286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ before_build:
build_script:
- cmake --build . --config %CMAKE_BUILD_TYPE%

after_build:
- IF %APPVEYOR_REPO_TAG% == "true" cpack -G WIX -C %CMAKE_BUILD_TYPE%

test_script:
- ctest -C %CMAKE_BUILD_TYPE%

after_build:
- cpack -G WIX -C %CMAKE_BUILD_TYPE%

artifacts:
- path: '*.msi'

Expand Down

0 comments on commit b95a286

Please sign in to comment.