Skip to content

Commit

Permalink
Merge pull request #45 from sgerbino/enhancement-add-windows-deployment
Browse files Browse the repository at this point in the history
Fix Windows conditional
  • Loading branch information
sgerbino authored Aug 2, 2016
2 parents b95a286 + a101613 commit 2fdd8d0
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 @@ -17,7 +17,7 @@ build_script:
- cmake --build . --config %CMAKE_BUILD_TYPE%

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

test_script:
- ctest -C %CMAKE_BUILD_TYPE%
Expand Down

0 comments on commit 2fdd8d0

Please sign in to comment.