1 Star 0 Fork 0

hymilex/g2o

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appveyor.yml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Rainer Kuemmerle 提交于 2022-02-13 08:46 . Bump Appveyor Qt version
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mlhan/g2o.git
git@gitee.com:mlhan/g2o.git
mlhan
g2o
g2o
master

搜索帮助