mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-27 07:14:12 +08:00
travis force make rebuild
This commit is contained in:
parent
8c4096cf2c
commit
056352cf42
@ -129,8 +129,8 @@ install:
|
|||||||
|
|
||||||
# Build examples
|
# Build examples
|
||||||
- cd example
|
- cd example
|
||||||
- if [ "$BUILD_TYPE" == "Release" ]; then make CXXFLAGS="${CXX_FLAGS} ${CXX_LINKER_FLAGS}" VERBOSE=1; export BIN=example; fi
|
- if [ "$BUILD_TYPE" == "Release" ]; then make rebuild CXXFLAGS="${CXX_FLAGS} ${CXX_LINKER_FLAGS}" VERBOSE=1; export BIN=example; fi
|
||||||
- if [ "$BUILD_TYPE" == "Debug" ]; then make debug CXXFLAGS="${CXX_FLAGS} ${CXX_LINKER_FLAGS}" VERBOSE=1; export BIN=example-debug; fi
|
- if [ "$BUILD_TYPE" == "Debug" ]; then make rebuild debug CXXFLAGS="${CXX_FLAGS} ${CXX_LINKER_FLAGS}" VERBOSE=1; export BIN=example-debug; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./"${BIN}"
|
- ./"${BIN}"
|
||||||
|
Loading…
Reference in New Issue
Block a user