Skip to content

Commit

Permalink
updating AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Apr 5, 2017
1 parent 2ec3ecc commit 2f0c167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
g2o - General Graph Optimization
================================

[![Build Status](https://travis-ci.org/RainerKuemmerle/g2o.svg?branch=master)](https://travis-ci.org/RainerKuemmerle/g2o)
Linux: [![Build Status](https://travis-ci.org/RainerKuemmerle/g2o.svg?branch=master)](https://travis-ci.org/RainerKuemmerle/g2o)
Windows: [![Build status](https://ci.appveyor.com/api/projects/status/9w0cpb9krc6t4nt7/branch/master?svg=true)](https://ci.appveyor.com/project/RainerKuemmerle/g2o/branch/master)

g2o is an open-source C++ framework for optimizing graph-based nonlinear error
functions. g2o has been designed to be easily extensible to a wide range of
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ build:
project: c:\projects\g2o\build\g2o.sln

install:
- set QTDIR=C:\Qt\5.8\msvc2015_64
- set PATH=%PATH%;%QTDIR%\bin
- ps: wget http://bitbucket.org/eigen/eigen/get/3.3.3.zip -outfile eigen3.zip
- cmd: 7z x eigen3.zip -o"C:\projects" -y > nul

Expand Down

0 comments on commit 2f0c167

Please sign in to comment.