build.ps1 152 B

12
  1. & msbuild $env:APPVEYOR_BUILD_FOLDER\build\cocos2d-win32.sln /t:Build /p:Platform="Win32" /p:Configuration="Release" /m
  2. if ($lastexitcode -ne 0) {throw}