代码拉取完成,页面将自动刷新
os: Visual Studio 2019
clone_folder: c:\projects\g2o
platform: x64
configuration: Debug
clone_depth: 50
# Enable connection via RDP to debug build issues
# environment:
# APPVEYOR_RDP_PASSWORD: 4#V3W3e,vB&K@XCSYm
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build:
parallel: true
project: c:\projects\g2o\build\g2o.sln
install:
- set QTDIR=C:\Qt\5.15.2\msvc2019_64
- set PATH=%PATH%;%QTDIR%\bin
- ps: wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip -outfile eigen3.zip
- cmd: 7z x eigen3.zip -o"C:\projects" -y > nul
before_build:
- cd c:\projects\g2o
- mkdir build
- cd build
- cmake -G "Visual Studio 16 2019" -A x64 -DBUILD_UNITTESTS=ON -D EIGEN3_INCLUDE_DIR=C:\projects\eigen-3.4.0 ..
test_script:
- set PATH=%PATH%;C:\projects\g2o\bin\Debug;C:\projects\g2o\lib\Debug;C:\projects\g2o\build\bin\Debug;C:\projects\g2o\build\lib\Debug
- cd c:\projects\g2o\build
- ctest -C Debug --extra-verbose
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。