فهرست منبع

Removed appveyor CI (#6531)

Lemongrass3110 3 سال پیش
والد
کامیت
5e48bad6a9
2فایلهای تغییر یافته به همراه1 افزوده شده و 76 حذف شده
  1. 1 1
      README.md
  2. 0 75
      appveyor.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 <img src="doc/logo.png" align="right" height="90" />
 
 # rAthena
-[![Build Status](https://travis-ci.org/rathena/rathena.png?branch=master)](https://travis-ci.org/rathena/rathena) [![Build status](https://ci.appveyor.com/api/projects/status/8574b8nlwd57loda/branch/master?svg=true)](https://ci.appveyor.com/project/rAthenaAPI/rathena/branch/master) [![Total alerts](https://img.shields.io/lgtm/alerts/g/rathena/rathena.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rathena/rathena/alerts/) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/rathena/rathena.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rathena/rathena/context:cpp) ![GitHub](https://img.shields.io/github/license/rathena/rathena.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/rathena/rathena.svg)
+[![Build Status](https://travis-ci.org/rathena/rathena.png?branch=master)](https://travis-ci.org/rathena/rathena) [![Total alerts](https://img.shields.io/lgtm/alerts/g/rathena/rathena.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rathena/rathena/alerts/) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/rathena/rathena.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rathena/rathena/context:cpp) ![GitHub](https://img.shields.io/github/license/rathena/rathena.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/rathena/rathena.svg)
 > rAthena is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. rAthena is a continuation of the eAthena project.
 
 [Forum](https://rathena.org/board)|[Discord](https://rathena.org/discord)|[Wiki](https://github.com/rathena/rathena/wiki)|[FluxCP](https://github.com/rathena/FluxCP)|[Crowdfunding](https://rathena.org/board/crowdfunding/)|[Fork and Pull Request Q&A](https://rathena.org/board/topic/86913-pull-request-qa/)

+ 0 - 75
appveyor.yml

@@ -1,75 +0,0 @@
-image: Visual Studio 2015
-# This is the default location, but we put it here for safety reasons, since we use it in our test script
-clone_folder: c:\projects\rathena
-# We do not need the git history for our integration tests
-clone_depth: 50
-version: '{branch}-{build}'
-pull_requests:
-  do_not_increment_build_number: true
-environment:
-  matrix:
-  - Defines: "\"BUILDBOT\""
-  - Defines: "\"BUILDBOT;PRERE\""
-platform:
-  - Win32
-  - x64
-configuration:
-  - Debug
-# Disable Release for now, since do not want to have any optimization and have access to debug infos on crash
-#  - Release
-matrix:
-  fast_finish: true
-build_script:
-- cmd: msbuild rAthena.sln /p:DefineConstants=%Defines%
-services: mysql
-test_script:
-- cmd: >-
-    rem ========================================================================
-    
-    rem Set up the environment variables we need
-    
-    rem ========================================================================
-    
-    set DB_HOST=127.0.0.1
-    
-    set DB_ROOT=root
-    
-    set DB_ROOTPW=Password12!
-    
-    set DB_USER=ragnarok
-    
-    set DB_USERPW=ragnarok
-    
-    set DB_NAME=ragnarok
-    
-    set MYSQL="C:\Program Files\MySql\MySQL Server 5.7\bin\mysql.exe"
-    
-    cd C:\projects\rathena
-    
-    rem ========================================================================
-    
-    rem MySQL database setup
-    
-    rem ========================================================================
-    
-    call tools\ci\sql.bat
-    
-    rem ========================================================================
-    
-    rem Activate all custom and test scripts
-    
-    rem ========================================================================
-    
-    start /d tools\ci npc.bat
-    
-    rem ========================================================================
-    
-    rem Start the map server
-    
-    rem ========================================================================
-    
-    login-server.exe --run-once
-    
-    char-server.exe --run-once
-    
-    map-server.exe --run-once