appveyor: disable 64-bit builds for now since there are link problem (LINK : fatal error LNK1104: cannot open file 'kernel32.lib')
This commit is contained in:
parent
3dfb84ed85
commit
daf859c5bd
|
@ -9,7 +9,6 @@ configuration:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- Win32
|
- Win32
|
||||||
- x64
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100
|
- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100
|
||||||
|
|
Loading…
Reference in New Issue