Skip to content

Commit

Permalink
[ci skip] Changed AppVeyor build settings to produce Windows XP-compa…
Browse files Browse the repository at this point in the history
…tible dev builds.
  • Loading branch information
c-lipka committed Feb 5, 2016
1 parent 50c9c67 commit 2a06a9d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,22 @@ matrix:
fast_finish: true

environment:
PlatformToolset: v140
matrix:
- configuration: Release
platform: Win32
bin_dir: bin32
artifact_suffix: -Win32
PlatformToolset: v100
- configuration: Release-SSE2
platform: Win32
bin_dir: bin32
artifact_suffix: -Win32-sse2
PlatformToolset: v100
- configuration: Release
platform: x64
bin_dir: bin64
artifact_suffix: -Win64
PlatformToolset: v140

before_build:
- ps: |
Expand Down Expand Up @@ -72,7 +74,13 @@ deploy:
- provider: GitHub
tag: $(pov_version)
release: Development build $(pov_version)
description: '**Note:** This is a binary-only development release; to install, copy the binary into an existing POV-Ray 3.7 installation. (Make sure to backup the original binary first.)'
description: |-
**Note:** This is a binary-only development release; to install, copy the binary into an existing POV-Ray 3.7
installation. (Make sure to backup the original binary first.)
**Note:** The 64-bit binary may require Windows Vista or higher. To run this development release on an earlier
64-bit version of Windows, you may need to use the 32-bit SSE2 binary instead.
auth_token:
secure: WkcFPXyr/SJ9TXixTQyivhfoR9FzlryIbc4deHeQ0eA6YRXL0wQopMYJ6XL1/FJK
draft: true
Expand Down

0 comments on commit 2a06a9d

Please sign in to comment.