Skip to content

Commit

Permalink
create own appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 15, 2018
1 parent 67a503d commit 0ae638a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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/j6i53o71vu607r0c?svg=true)](https://ci.appveyor.com/project/q4arus/xray-16)
==========================

This repository contains X-Ray Engine sources based on version 1.6.02.
Expand Down
23 changes: 0 additions & 23 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,3 @@ build:
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 0ae638a

Please sign in to comment.