加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wenzel Jakob 提交于 2019-02-21 21:57 . AppVeyor build fix
version: 1.0.{build}
os: Visual Studio 2015
test: off
clone_folder: C:\projects\nanogui
branches:
only:
- master
install:
- git submodule update --init --recursive
- cinstall: python
build_script:
- echo Running cmake...
- cd c:\projects\nanogui
- cmake -G "Visual Studio 14 2015 Win64" -DPYTHON_EXECUTABLE:FILEPATH=C:/Python34-x64/python.exe .
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
- msbuild %MSBuildOptions% nanogui.sln
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化