fix doxyfile path

This commit is contained in:
Lectem 2015-03-21 15:28:25 +01:00
parent 6ddf5320e7
commit 53f307836a

View File

@ -2,7 +2,7 @@
if [ "$TRAVIS_REPO_SLUG" = "Lectem/ctrulib" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then if [ "$TRAVIS_REPO_SLUG" = "Lectem/ctrulib" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
sudo apt-get install -qq doxygen sudo apt-get install -qq doxygen
git clone --branch=gh-pages --single-branch --depth 1 https://${GH_TOKEN}@github.com/Lectem/ctrulib docs git clone --branch=gh-pages --single-branch --depth 1 https://${GH_TOKEN}@github.com/Lectem/ctrulib docs
doxygen Doxyfile doxygen libctru/Doxyfile
cd docs cd docs
git rm -rf ./* git rm -rf ./*
git add --all git add --all