Skip to content

Commit ebefabc

Browse files
committed
Exported YAML from AppVeyor website
1 parent 484ee43 commit ebefabc

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

appveyor.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
version: '{build}'
2+
pull_requests:
3+
do_not_increment_build_number: true
4+
skip_tags: true
5+
image:
6+
- Visual Studio 2017
7+
- Previous Visual Studio 2017
8+
configuration:
9+
- Debug
10+
- Release
11+
- Mixed
12+
platform:
13+
- x64
14+
- x86
15+
before_build:
16+
- cmd: git submodule update --init --recursive
17+
build:
18+
project: src/engine.sln
19+
parallel: true
20+
verbosity: minimal
21+
after_build:
22+
- cmd: xrbuild.cmd
23+
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+
auth_token:
43+
secure: UAusA7Nky/sPD8phs1KqV7T0FipjuVgYIioj41JnPjYAX7HMPGe293sdXYM0qjPd
44+
artifact: xdOpenXRay.Dx86.7z, xdOpenXRay.Dx64.7z, xdOpenXRay.Mx86.7z, xdOpenXRay.Mx64.7z, xdOpenXRay.Rx86.7z, xdOpenXRay.Rx64.7z
45+
draft: true
46+
force_update: true

0 commit comments

Comments
 (0)