From 5ab1b085f39a01ffc3118b81f86fe61ceda3a4d0 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 14 Sep 2017 18:45:49 +0100 Subject: Automatic doc generation and publishing with travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 80d86e86..e38d7715 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,3 +44,7 @@ script: - cmake -DENABLE_TESTING=1 .. - make - ctest + - branch=$(git symbolic-ref HEAD | sed -e 's:.*/\(.*):\1:') + - if [ "$branch" = "master" ]; then + ../tools/update_docs + fi -- cgit