1 Star 0 Fork 1

zhanyejun/bullet3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
erwincoumans 提交于 2016-09-11 10:10 . Update appveyor.yml
build:
project: build3/vs2010/0_Bullet3Solution.sln
build_script:
- mkdir cm
- cd cm
- 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:
- echo %CD%
- ps: cd build3
- echo %CD%
- premake4 vs2010
- ps: cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhanyejun/bullet3.git
git@gitee.com:zhanyejun/bullet3.git
zhanyejun
bullet3
bullet3
master

搜索帮助