소스 검색

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: >-