浏览代码

exclude test

Norman Ziebal 6 年之前
父节点
当前提交
de1256c3be
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      appveyor.yml

+ 4 - 0
appveyor.yml

@@ -15,6 +15,7 @@ environment:
   - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
   - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
     VisualStudioVersion: 15.0
     VisualStudioVersion: 15.0
     Defines: "\"CODEANALYSIS\""
     Defines: "\"CODEANALYSIS\""
+
 platform:
 platform:
   - Win32
   - Win32
   - x64
   - x64
@@ -23,6 +24,9 @@ configuration:
 # Disable Release for now, since do not want to have any optimization and have access to debug infos on crash
 # Disable Release for now, since do not want to have any optimization and have access to debug infos on crash
 #  - Release
 #  - Release
 matrix:
 matrix:
+  exclude:
+    - platform: x64
+      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
   fast_finish: true
   fast_finish: true
 build_script:
 build_script:
 - cmd: msbuild rAthena.sln /p:DefineConstants=%Defines%
 - cmd: msbuild rAthena.sln /p:DefineConstants=%Defines%