Prechádzať zdrojové kódy

Enabled x64 in appveyor

Lemongrass3110 8 rokov pred
rodič
commit
4a6498665c
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  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: >-