tab->space

This commit is contained in:
erwincoumans
2015-11-24 16:15:23 -08:00
parent e387baf213
commit 4c3d32bf48

View File

@@ -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