Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-07-07 22:06:22 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-07 22:06:22 +0400
commitaf226cf2990c73a165f73dbc9e51c2ecf5dc2f49 (patch)
tree56dde3ed7752022fee0ba2b8e62a9c3abeb50d4f /.travis.yml
parent925998fd1ee873a054315b993d7eee3cea2bab5c (diff)
Try -a
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 6210085c..fc14ae98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,15 +30,15 @@ script:
after_success :
- cd "${TRAVIS_BUILD_DIR}"
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then cd /tmp; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then git clone https://github.com/doxygen/doxygen.git; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then cd doxygen; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then ./configure; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then make; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then make distclean; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then git pull; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then ./configure; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then make; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then sudo make install; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then cd "${TRAVIS_BUILD_DIR}"; fi
- - if [ "$config" = "release64" ] && [ "$CC" = "clang" ]; then doxygen build/Doxyfile; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd /tmp; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then git clone https://github.com/doxygen/doxygen.git; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd doxygen; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then ./configure; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then make; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then make distclean; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then git pull; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then ./configure; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then make; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then sudo make install; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd "${TRAVIS_BUILD_DIR}"; fi
+ - if [ "$config" = "release64" -a "$CC" = "clang" ]; then doxygen build/Doxyfile; fi