]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Use custom ninja status on travis
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 20 Sep 2018 07:52:56 +0000 (09:52 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 20 Sep 2018 07:52:56 +0000 (09:52 +0200)
Show the number of finished tasks rather than started tasks.
This value is the default in new versions and is more useful.

.travis.yml

index 4d3a00d1f1e871d8c61268a5e7a2c057a1696ea8..056ae57d42bf795278ad96e47aac14e983ffb0fa 100644 (file)
@@ -14,7 +14,7 @@ addons:
       - cuda-command-line-tools-8-0 cuda-cufft-dev-8-0
 
 env:
-  - CUDA_BIN_PATH=/usr/local/cuda-8.0 CXXFLAGS=-Werror CUDA_ARCH_LIST=6.2
+  - CUDA_BIN_PATH=/usr/local/cuda-8.0 CXXFLAGS=-Werror CUDA_ARCH_LIST=6.2 NINJA_STATUS="[%f/%t] "
 
 script: make