mirror of
https://github.com/google/benchmark.git
synced 2025-03-14 03:10:22 +08:00
fix xcode travis builds by skipping mkdir errors
This commit is contained in:
parent
5b2c08668c
commit
7f2d2cd5b9
@ -142,7 +142,7 @@ before_script:
|
||||
- if [ -n "${LIBCXX_BUILD}" ]; then
|
||||
source .travis-libcxx-setup.sh;
|
||||
fi
|
||||
- mkdir build && cd build
|
||||
- mkdir -p build && cd build
|
||||
|
||||
install:
|
||||
- if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user