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

.travis.yml - github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4721a07433ac2c42cf9cbcb2f54f8ecd5368dc5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: cpp
os:
 - linux
 - osx
before_script:
 - mkdir build
 - cd build
script:
 - cmake ..
 - make
 - ./cpuid-dump
 - ./isa-info
 - ./cpu-info
 - ./cache-info
 - ctest --verbose