Skip to content

Commit

Permalink
Add appveyor.yml, update Doxygen configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
snape committed Dec 5, 2015
1 parent 9aa4e3a commit e102642
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Copyright © 2009-2015 University of North Carolina at Chapel Hill. All
rights reserved.

[![Build Status](https://travis-ci.org/snape/HRVO.svg?branch=master)](https://travis-ci.org/snape/HRVO)
[![Build status](https://ci.appveyor.com/api/projects/status/ordfo2c7kpsmdp7r/branch/master?svg=true)](https://ci.appveyor.com/project/snape/hrvo/branch/master)

We present the hybrid reciprocal velocity obstacle for collision-free and
oscillation-free navigation of multiple mobile robots or virtual agents. Each
Expand Down
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
version: 1.0.{build}
os:
- Visual Studio 2013
- Visual Studio 2015
build_script:
- md _build
- cd _build
- cmake -A x64 ..
- ctest --build-config Release --extra-verbose --dashboard Experimental .
test: off
3 changes: 2 additions & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Doxyfile 1.8.9.1
# Doxyfile 1.8.10

#---------------------------------------------------------------------------
# Project related configuration options
Expand Down Expand Up @@ -41,6 +41,7 @@ CPP_CLI_SUPPORT = NO
SIP_SUPPORT = NO
IDL_PROPERTY_SUPPORT = YES
DISTRIBUTE_GROUP_DOC = NO
GROUP_NESTED_COMPOUNDS = NO
SUBGROUPING = YES
INLINE_GROUPED_CLASSES = NO
INLINE_SIMPLE_STRUCTS = NO
Expand Down
4 changes: 2 additions & 2 deletions doc/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- HTML footer for doxygen 1.8.4-->
<!-- HTML footer for doxygen 1.8.10 -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
HRVO Library. Copyright &copy; 2009-2015 University of North Carolina at Chapel Hill.
<!--BEGIN PROJECT_NAME-->$projectname.<!--END PROJECT_NAME--> Copyright &#169; 2009-2015 University of North Carolina at Chapel Hill.
</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- HTML header for doxygen 1.8.4-->
<!-- HTML header for doxygen 1.8.10 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Expand Down
Loading

0 comments on commit e102642

Please sign in to comment.