Remove unused sh

This commit is contained in:
Milo Yip 2014-07-08 09:40:18 +08:00
parent 9fbb638a65
commit a0e2a1e03f

View File

@ -1,18 +0,0 @@
#!/bin/sh
if [ "${config}" = "release64" ] && [ "${CC}" = "clang" ]
then
cd /tmp
git clone https://github.com/doxygen/doxygen.git
cd doxygen
./configure
make
make distclean
git pull
./configure
make
sudo make install
cd "${TRAVIS_BUILD_DIR}"
doxygen build/Doxyfile
fi