Skip to content

Commit d259f60

Browse files
committed
Merge pull request open-source-parsers#303 from cdunn2001/appveyor-14.0
fix appveyor 32-bit windows build I've backed rebased under open-source-parsers#297 because AppVeyor has been failing since there, and because that was not properly based on master anyway.
2 parents ce32274 + 4652f81 commit d259f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_build:
1919
- echo "Running cmake..."
2020
- cd c:\projects\jsoncpp
2121
- cmake --version
22+
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
2223
- if %PLATFORM% == Win32 cmake .
2324
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .
2425

0 commit comments

Comments
 (0)