1 Star 0 Fork 0

AxIMMS_ROS / openMVG

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.16 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
version: 1.0.{build}
clone_folder: c:\dev\openMVG
install:
- git submodule update --init --recursive
environment:
matrix:
# Visual Studio 2015 Win32
- GENERATOR: Visual Studio 14 2015
PLATFORM: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# Visual Studio 2015 x64
- GENERATOR: Visual Studio 14 2015 Win64
PLATFORM: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# Visual Studio 2017 Win32
- GENERATOR: Visual Studio 15 2017
PLATFORM: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# Visual Studio 2017 x64
- GENERATOR: Visual Studio 15 2017 Win64
PLATFORM: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
configuration:
- Debug
- Release
before_build:
- cd c:\dev\openMVG
- md openMVG_build
- cd openMVG_build
# Configure:
# - ceres - SCHUR_SPECIALIZATIONS is set to OFF to speed up the build time
- cmake -G"%GENERATOR%" -DCMAKE_BUILD_TYPE=%configuration% -DOpenMVG_BUILD_EXAMPLES=OFF -DOpenMVG_BUILD_TESTS=ON -DSCHUR_SPECIALIZATIONS=OFF ../src/
build:
project: c:\dev\openMVG\openMVG_Build\openMVG.sln
parallel: true
verbosity: minimal
test_script:
- ctest -C %configuration% -V
1
https://gitee.com/IMMS_ROS/openMVG.git
git@gitee.com:IMMS_ROS/openMVG.git
IMMS_ROS
openMVG
openMVG
master

搜索帮助

14c37bed 8189591 565d56ea 8189591