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

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-07-14 09:58:10 +0300
committerMarat Dukhan <marat@fb.com>2018-07-14 09:58:10 +0300
commit042b061d2cda0feabec0ab4a74436915cea724ef (patch)
treebe64019b21f825295a3f41a6630ccacc8322688a /.travis.yml
parent2bfb2c4af5f08118fe4cc857409b88384a481fe5 (diff)
Report host information in Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 13cbe4a..4721a07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,8 @@ before_script:
script:
- cmake ..
- make
+ - ./cpuid-dump
+ - ./isa-info
+ - ./cpu-info
+ - ./cache-info
- ctest --verbose