bullet3/appveyor.yml

20 lines
412 B
YAML
Raw Normal View History

build:
project: build3/vs2010/0_Bullet3Solution.sln
build_script:
2015-11-25 00:15:23 +00:00
- 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
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 ..