Commit bfba0d5a authored by Milo Yip's avatar Milo Yip

Fixes travis_doxygen.sh

parent 4720d4a2
#!/bin/sh
if [ "${config}" == "release64" ] && [ "$CC" == "clang" ]; then
if [ "${config}" = "release64" ] && [ "$CC" = "clang" ]
then
cd /tmp
git clone https://github.com/doxygen/doxygen.git
cd doxygen
......
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