mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 11:09:32 +01:00
Fixes travis_doxygen.sh
This commit is contained in:
parent
4720d4a2dd
commit
bfba0d5ac9
@ -1,6 +1,7 @@
|
||||
#!/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user