浏览代码

Enabled x64 in appveyor

Lemongrass3110 8 年之前
父节点
当前提交
4a6498665c
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      appveyor.yml

+ 2 - 3
appveyor.yml

@@ -9,13 +9,12 @@ pull_requests:
 environment:
   matrix:
   - VisualStudioVersion: 14.0
-    Solution: rAthena.sln
     Defines: "\"BUILDBOT\""
   - VisualStudioVersion: 14.0
-    Solution: rAthena.sln
     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
@@ -23,7 +22,7 @@ configuration:
 matrix:
   fast_finish: true
 build_script:
-- cmd: msbuild %Solution% /p:DefineConstants=%Defines%
+- cmd: msbuild rAthena.sln /p:DefineConstants=%Defines%
 services: mysql
 test_script:
 - cmd: >-