Permalink
Browse files

updating AppVeyor config

  • Loading branch information...
1 parent 2ec3ecc commit 2f0c1672644858ef8f528989bd534936c0d7b1ef Rainer Kuemmerle committed Apr 5, 2017
Showing with 4 additions and 1 deletion.
  1. +2 −1 README.md
  2. +2 −0 appveyor.yml
View
@@ -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
View
@@ -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

0 comments on commit 2f0c167

Please sign in to comment.