1
0
mirror of https://github.com/bulletphysics/bullet3 synced 2024-12-12 12:50:08 +00:00
bullet3/appveyor.yml

20 lines
405 B
YAML
Raw Normal View History

build:
project: build3/vs2010/0_Bullet3Solution.sln
build_script:
2016-09-11 09:10:25 +00:00
- mkdir cm
- cd cm
2015-11-25 00:15:23 +00:00
- cmake .. -G"Visual Studio 14 2015 Win64"
- cmake --build . --target ALL_BUILD --config Release -- /maxcpucount:4 /verbosity:quiet
2015-11-25 01:15:35 +00:00
test_script:
- ctest --parallel 4 --build-config Release --output-on-failure
before_build:
2014-08-29 05:04:46 +00:00
- echo %CD%
- ps: cd build3
- echo %CD%
2014-08-29 05:17:22 +00:00
- premake4 vs2010
- ps: cd ..