forked from Olil-byte/coc_unofficial_patch
-
Notifications
You must be signed in to change notification settings - Fork 4
/
appveyor.yml
40 lines (40 loc) · 1003 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
version: '{build}'
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image:
- Visual Studio 2017
configuration:
- Release_COC
- Mixed_COC
platform:
- x64
- x86
before_build:
- cmd: git submodule update --init --recursive
build:
project: src/engine.sln
parallel: true
verbosity: minimal
after_build:
- cmd: xrbuild.cmd
test: off
artifacts:
- path: res/OpenXRay_CoC.Mx86.7z
name: OpenXRay_CoC.Mx86.7z
- path: res/OpenXRay_CoC.Mx64.7z
name: OpenXRay_CoC.Mx64.7z
- path: res/OpenXRay_CoC.Rx86.7z
name: OpenXRay_CoC.Rx86.7z
- path: res/OpenXRay_CoC.Rx64.7z
name: OpenXRay_CoC.Rx64.7z
deploy:
- provider: GitHub
tag: OXR_CoC$(appveyor_build_version)
release: OXR_CoC (build $(appveyor_build_version))
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
auth_token:
secure: 9iDOYVjThQ3nK0u2621weCBYrqi7YZgoE9p1AJ3JHn+hJtlQN/kxE9ccC/EDqHxa
artifact: OpenXRay_CoC.Mx86.7z, OpenXRay_CoC.Mx64.7z, OpenXRay_CoC.Rx86.7z, OpenXRay_CoC.Rx64.7z
draft: true
force_update: true