Remove appvejor as it is not needed anymore
This commit is contained in:
parent
81714be4dd
commit
e210d29a9d
@ -3,7 +3,6 @@
|
|||||||
![stars](https://img.shields.io/github/stars/IW4x/iw4x-client.svg)
|
![stars](https://img.shields.io/github/stars/IW4x/iw4x-client.svg)
|
||||||
![issues](https://img.shields.io/github/issues/IW4x/iw4x-client.svg)
|
![issues](https://img.shields.io/github/issues/IW4x/iw4x-client.svg)
|
||||||
[![build](https://github.com/XLabsProject/iw4x-client/workflows/Build/badge.svg)](https://github.com/XLabsProject/iw4x-client/actions)
|
[![build](https://github.com/XLabsProject/iw4x-client/workflows/Build/badge.svg)](https://github.com/XLabsProject/iw4x-client/actions)
|
||||||
[![build status](https://ci.appveyor.com/api/projects/status/rvljq0ooxen0oexm/branch/develop?svg=true)](https://ci.appveyor.com/project/iw4x/iw4x-client/branch/develop)
|
|
||||||
[![discord](https://img.shields.io/endpoint?url=https://momo5502.com/iw4x/members-badge.php)](https://discord.gg/sKeVmR3)
|
[![discord](https://img.shields.io/endpoint?url=https://momo5502.com/iw4x/members-badge.php)](https://discord.gg/sKeVmR3)
|
||||||
[![patreon](https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon)](https://www.patreon.com/xlabsproject)
|
[![patreon](https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon)](https://www.patreon.com/xlabsproject)
|
||||||
|
|
||||||
|
34
appveyor.yml
34
appveyor.yml
@ -1,34 +0,0 @@
|
|||||||
# AppVeyor CI configuration
|
|
||||||
|
|
||||||
version: "#{build} ({branch})"
|
|
||||||
|
|
||||||
environment:
|
|
||||||
matrix:
|
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
|
||||||
PREMAKE_ACTION: vs2022
|
|
||||||
|
|
||||||
configuration:
|
|
||||||
- Debug
|
|
||||||
- Release
|
|
||||||
|
|
||||||
platform: Win32
|
|
||||||
|
|
||||||
install:
|
|
||||||
- ps: |
|
|
||||||
Write-Host "Updating version information..." -ForegroundColor Cyan
|
|
||||||
|
|
||||||
Update-AppveyorBuild -Version $(& tools/premake5.exe version | select -Last 1)
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
- ps: |
|
|
||||||
Write-Host "Generating project files with premake..." -ForegroundColor Cyan
|
|
||||||
& "./tools/premake5.exe" $env:PREMAKE_ACTION
|
|
||||||
Write-Host "Generated" -ForegroundColor Green
|
|
||||||
|
|
||||||
build:
|
|
||||||
project: build/iw4x.sln
|
|
||||||
parallel: true
|
|
||||||
verbosity: minimal
|
|
||||||
|
|
||||||
artifacts:
|
|
||||||
- path: build/bin/**/*.dll
|
|
||||||
- path: build/bin/**/*.pdb
|
|
Loading…
Reference in New Issue
Block a user