Skip to content

Commit

Permalink
Exported YAML from AppVeyor website
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed May 10, 2018
1 parent 484ee43 commit ebefabc
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: '{build}'
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image:
- Visual Studio 2017
- Previous Visual Studio 2017
configuration:
- Debug
- Release
- Mixed
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/xdOpenXRay.Dx86.7z
name: xdOpenXRay.Dx86.7z
- path: res/xdOpenXRay.Dx64.7z
name: xdOpenXRay.Dx64.7z
- path: res/xdOpenXRay.Mx86.7z
name: xdOpenXRay.Mx86.7z
- path: res/xdOpenXRay.Mx64.7z
name: xdOpenXRay.Mx64.7z
- path: res/xdOpenXRay.Rx86.7z
name: xdOpenXRay.Rx86.7z
- path: res/xdOpenXRay.Rx64.7z
name: xdOpenXRay.Rx64.7z
deploy:
- provider: GitHub
tag: xd$(appveyor_build_version)
release: xdOpenXRay (build $(appveyor_build_version))
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
auth_token:
secure: UAusA7Nky/sPD8phs1KqV7T0FipjuVgYIioj41JnPjYAX7HMPGe293sdXYM0qjPd
artifact: xdOpenXRay.Dx86.7z, xdOpenXRay.Dx64.7z, xdOpenXRay.Mx86.7z, xdOpenXRay.Mx64.7z, xdOpenXRay.Rx86.7z, xdOpenXRay.Rx64.7z
draft: true
force_update: true

0 comments on commit ebefabc

Please sign in to comment.