rapidjson/build/travis_doxygen.sh

17 lines
265 B
Bash
Raw Normal View History

2014-07-08 00:20:10 +08:00
#!/bin/sh
if ["${config}"="release64" && "$CC"="clang"] then exit 0 fi
cd /tmp
git clone https://github.com/doxygen/doxygen.git
cd doxygen
./configure
make
make distclean
git pull
./configure
make
2014-07-08 00:29:08 +08:00
sudo make install
2014-07-08 00:20:10 +08:00
2014-07-08 01:00:48 +08:00
cd "${TRAVIS_BUILD_DIR}"
2014-07-08 00:20:10 +08:00
doxygen build/Doxyfile