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

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfogo <tochaman@gmail.com>2017-10-05 14:20:21 +0300
committerfogo <tochaman@gmail.com>2017-10-05 16:54:06 +0300
commitee525f9bef61fa9494430d3346220192d02769c5 (patch)
treeb3da8c9b51d9d5211f42e4b737c9ae900c8f1323 /.travis.yml
parent552d6214e0a2975b82f4b08dafb3007c0471369d (diff)
allow printf style logging
* tests updated for printf style * tests makefile support printf style
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c65e84d4..85273844 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,6 +85,7 @@ script:
- ./"${BIN}"
- valgrind --trace-children=yes --leak-check=full ./"${BIN}"
- cd $CHECKOUT_PATH/tests; make rebuild; ./tests
+ - cd $CHECKOUT_PATH/tests; STYLE=printf make rebuild; ./tests
notifications:
email: false