Skip to content

Commit 0ae638a

Browse files
committed
create own appveyor
1 parent 67a503d commit 0ae638a

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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)
1+
X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/j6i53o71vu607r0c?svg=true)](https://ci.appveyor.com/project/q4arus/xray-16)
22
==========================
33

44
This repository contains X-Ray Engine sources based on version 1.6.02.

appveyor.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,3 @@ build:
2121
after_build:
2222
- cmd: xrbuild.cmd
2323
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)