Skip to content

Commit

Permalink
AppVeyor settings update
Browse files Browse the repository at this point in the history
TODO: insert token!!!
  • Loading branch information
Xottab-DUTY committed May 25, 2018
1 parent 04a3ca4 commit d514aa9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/vxccu3mfu33sp04i?svg=true)](https://ci.appveyor.com/project/Xottab-DUTY/xray-16)
X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/16mp39v0d7fts6yf?svg=true)](https://ci.appveyor.com/project/OpenXRay/xray-16)
==========================

This repository contains X-Ray Engine sources based on version 1.6.02.
Expand Down
34 changes: 17 additions & 17 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ image:
- Previous Visual Studio 2017
configuration:
- Debug
- Release
- Mixed
- Release
platform:
- x64
- x86
Expand All @@ -22,25 +22,25 @@ 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
- path: res/OpenXRay.Dx86.7z
name: OpenXRay.Dx86.7z
- path: res/OpenXRay.Dx64.7z
name: OpenXRay.Dx64.7z
- path: res/OpenXRay.Mx86.7z
name: OpenXRay.Mx86.7z
- path: res/OpenXRay.Mx64.7z
name: OpenXRay.Mx64.7z
- path: res/OpenXRay.Rx86.7z
name: OpenXRay.Rx86.7z
- path: res/OpenXRay.Rx64.7z
name: OpenXRay.Rx64.7z
deploy:
- provider: GitHub
tag: xd$(appveyor_build_version)
release: xdOpenXRay (build $(appveyor_build_version))
tag: $(appveyor_build_version)
release: OpenXRay (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
secure: insert_token_here
artifact: OpenXRay.Dx86.7z, OpenXRay.Dx64.7z, OpenXRay.Mx86.7z, OpenXRay.Mx64.7z, OpenXRay.Rx86.7z, OpenXRay.Rx64.7z
draft: true
force_update: true
12 changes: 6 additions & 6 deletions xrbuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd ..\..\..\
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Dx86.7z .\*
7z a OpenXRay.Dx86.7z .\*
goto :END

:DX64
Expand All @@ -29,7 +29,7 @@ cd ..\..\..\
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Dx64.7z .\*
7z a OpenXRay.Dx64.7z .\*
goto :END

:MX86
Expand All @@ -40,7 +40,7 @@ cd ..\..\..\
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Mx86.7z .\*
7z a OpenXRay.Mx86.7z .\*
goto :END

:MX64
Expand All @@ -51,7 +51,7 @@ cd ..\..\..\
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Mx64.7z .\*
7z a OpenXRay.Mx64.7z .\*
goto :END

:RX86
Expand All @@ -62,7 +62,7 @@ cd ..\..\..\
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Rx86.7z .\*
7z a OpenXRay.Rx86.7z .\*
goto :END

:RX64
Expand All @@ -73,7 +73,7 @@ cd ..\..\..\
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Rx64.7z .\*
7z a OpenXRay.Rx64.7z .\*
goto :END

:END

0 comments on commit d514aa9

Please sign in to comment.