diff --git a/appveyor.yml b/appveyor.yml index 7014631e1..ed1d3228a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ build: project: build3/vs2010/0_Bullet3Solution.sln - - mkdir cmake - - cd cmake - - cmake .. -G"Visual Studio 14 2015 Win64" - - cmake --build . --target ALL_BUILD --config Release -- /maxcpucount:4 /verbosity:quiet + - mkdir cmake + - cd cmake + - cmake .. -G"Visual Studio 14 2015 Win64" + - cmake --build . --target ALL_BUILD --config Release -- /maxcpucount:4 /verbosity:quiet test_script: - ctest --parallel 4 --build-config Release --output-on-failure