Commit a0e2a1e0 authored by Milo Yip's avatar Milo Yip

Remove unused sh

parent 9fbb638a
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment