summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-10 20:02:48 +0800
committerTitanSnow <[email protected]>2017-05-10 20:06:39 +0800
commitda6e4cce0e4c1736db0898d53c16ac8ca0441846 (patch)
treea482e40bd7caf149b46d01dd37a6885181728ea2
parenta99f581332b3114736263517e2bbf1d3f835c9f4 (diff)
build x64 on Win64
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b12b04f21..1d0dc4321 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,6 +9,7 @@ platform:
build_script:
- ps: Invoke-Expression (Get-Content scripts\get.ps1 | Out-String)
- cmd: xmake lua versioninfo
+ - cmd: if %platform%==Win64 xmake f -a x64 -P core
- cmd: xmake -P core
- cmd: set XMAKE_PROGRAM_DIR=%cd%\xmake
- cmd: core\build\xmake lua versioninfo