From caf0062fe9f162a1e06261e1358710a015218f5d Mon Sep 17 00:00:00 2001 From: Torsten Robitzki Date: Tue, 19 Jan 2016 16:39:18 +0100 Subject: [PATCH] build doxygen --- publish-doxygen | 1 + 1 file changed, 1 insertion(+) diff --git a/publish-doxygen b/publish-doxygen index 8a4e2da5..624d05db 100755 --- a/publish-doxygen +++ b/publish-doxygen @@ -10,6 +10,7 @@ if [[ $BUILD_ON_TRAVIS ]]; then cd build cmake -G "Unix Makefiles" .. make + cd .. fi # see for the idea behin this script http://blog.gockelhut.com/2014/09/automatic-documentation-publishing-with.html