mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Fixed travis
This commit is contained in:
parent
cb0d8cfbbd
commit
1dba3162c4
24
.travis.yml
24
.travis.yml
@ -82,11 +82,17 @@ matrix:
|
|||||||
addons: *clang6
|
addons: *clang6
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_script:
|
||||||
- if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
|
- if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
|
||||||
- if [ -n "$CLANG_VERSION" ]; then export CXX="clang++-${CLANG_VERSION}" CC="clang-${CLANG_VERSION}"; fi
|
- if [ -n "$CLANG_VERSION" ]; then export CXX="clang++-${CLANG_VERSION}" CC="clang-${CLANG_VERSION}"; fi
|
||||||
|
- which $CXX
|
||||||
|
- which $CC
|
||||||
|
- which valgrind
|
||||||
|
- $CXX --version
|
||||||
|
- cmake --version
|
||||||
|
- valgrind --version
|
||||||
|
|
||||||
install:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
- mkdir -p build && cd build
|
- mkdir -p build && cd build
|
||||||
- |
|
- |
|
||||||
@ -98,18 +104,10 @@ install:
|
|||||||
-DSPDLOG_BUILD_BENCH=OFF \
|
-DSPDLOG_BUILD_BENCH=OFF \
|
||||||
-DSPDLOG_SANITIZE_ADDRESS=$ASAN \
|
-DSPDLOG_SANITIZE_ADDRESS=$ASAN \
|
||||||
-DSPDLOG_SANITIZE_THREAD=$TSAN
|
-DSPDLOG_SANITIZE_THREAD=$TSAN
|
||||||
- make VERBOSE=1 -j2
|
- make VERBOSE=1 -j2
|
||||||
|
|
||||||
before_script:
|
|
||||||
- which $CXX
|
|
||||||
- which $CC
|
|
||||||
- which valgrind
|
|
||||||
- $CXX --version
|
|
||||||
- cmake --version
|
|
||||||
- valgrind --version
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ctest -j2 --output-on-failure
|
- ctest -j2 --output-on-failure
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user