[wip] AppVeyor build in serial

This commit is contained in:
bergwerkgis 2015-09-21 15:35:52 +02:00
parent 7da16f6ec5
commit 929abfb925

View file

@ -6,7 +6,7 @@ ECHO =========== %~f0 ===========
ECHO NUMBER_OF_PROCESSORS^: %NUMBER_OF_PROCESSORS%
ECHO RAM [MB]:
powershell "get-ciminstance -class "cim_physicalmemory" | % {$_.Capacity / 1024 / 1024}"
powershell "get-ciminstance -class 'cim_physicalmemory' | % {$_.Capacity / 1024 / 1024}"
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
SET BUILD_TYPE=%configuration%