1 Star 0 Fork 0

程晓锋/Sophus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
branches:
only:
- master
os: Visual Studio 2015
clone_folder: c:\projects\sophus
platform: x64
configuration: Release
build:
project: c:\projects\sophus\build\Sophus.sln
install:
- ps: wget http://bitbucket.org/eigen/eigen/get/3.3.4.zip -outfile eigen3.zip
- cmd: 7z x eigen3.zip -o"C:\projects" -y > nul
before_build:
- cd c:\projects\sophus
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" -D EIGEN3_INCLUDE_DIR=C:\projects\eigen-eigen-5a0156e40feb ..
after_build:
- ctest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cheng_xiaofeng_1996/Sophus.git
git@gitee.com:cheng_xiaofeng_1996/Sophus.git
cheng_xiaofeng_1996
Sophus
Sophus
master

搜索帮助