Skip to content

Commit

Permalink
Change deploy script to only run on deploy not install
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 authored and james7132 committed Jun 11, 2017
1 parent 515f90e commit 674ea43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Expand Up @@ -48,10 +48,8 @@ install:
# Set InnoSetup path here, because Cython complained about it.
- set PATH=%PATH%;"C:\\Program Files (x86)\\Inno Setup 5"
- iscc /Q install/setup.iss

# Deploy results
deploy_script:
- cmd: ./scripts/deploy_win.bat

# Not a project with an msbuild file, build done at install.
build: off
artifacts:
Expand Down

0 comments on commit 674ea43

Please sign in to comment.