Skip to content

Commit

Permalink
[AppVeyor] build on 32bit machine
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Oct 22, 2014
1 parent 2ffe6e9 commit 0196240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform:
- x64
- x86

clone_folder: C:/projects/haxe

Expand Down Expand Up @@ -34,9 +34,9 @@ install:
# Install neko
- 'git clone --recursive -b win https://github.com/andyli/neko.git %NEKO_ROOT%'
- 'cd %NEKO_ROOT%'
- 'msbuild neko_vc10.sln'
- 'msbuild neko_vc10.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"'
- 'cd libs/std'
- 'msbuild std2_vc10.sln'
- 'msbuild std2_vc10.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"'
- 'cd %NEKO_ROOT%'
- '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make compiler libs"'
- 'set PATH=%PATH%;%NEKO_ROOT%/bin'
Expand Down

0 comments on commit 0196240

Please sign in to comment.