Skip to content

Commit 61ca1fa

Browse files
committed
update appveyor.yml from OpenXRay/xray-16
1 parent 2547683 commit 61ca1fa

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

appveyor.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ version: '{build}'
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true
5-
image: Visual Studio 2017
5+
image:
6+
- Visual Studio 2017
7+
- Previous Visual Studio 2017
68
configuration:
7-
- Release
89
- Debug
10+
- Release
11+
- Mixed
912
platform:
10-
- x86
1113
- x64
14+
- x86
1215
before_build:
1316
- cmd: git submodule update --init --recursive
1417
build:
@@ -18,3 +21,24 @@ build:
1821
after_build:
1922
- cmd: xrbuild.cmd
2023
test: off
24+
artifacts:
25+
- path: res/xdOpenXRay.Dx86.7z
26+
name: xdOpenXRay.Dx86.7z
27+
- path: res/xdOpenXRay.Dx64.7z
28+
name: xdOpenXRay.Dx64.7z
29+
- path: res/xdOpenXRay.Mx86.7z
30+
name: xdOpenXRay.Mx86.7z
31+
- path: res/xdOpenXRay.Mx64.7z
32+
name: xdOpenXRay.Mx64.7z
33+
- path: res/xdOpenXRay.Rx86.7z
34+
name: xdOpenXRay.Rx86.7z
35+
- path: res/xdOpenXRay.Rx64.7z
36+
name: xdOpenXRay.Rx64.7z
37+
deploy:
38+
- provider: GitHub
39+
tag: xd$(appveyor_build_version)
40+
release: xdOpenXRay (build $(appveyor_build_version))
41+
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
42+
artifact: xdOpenXRay.Dx86.7z, xdOpenXRay.Dx64.7z, xdOpenXRay.Mx86.7z, xdOpenXRay.Mx64.7z, xdOpenXRay.Rx86.7z, xdOpenXRay.Rx64.7z
43+
draft: true
44+
force_update: true

0 commit comments

Comments
 (0)