8b7c501
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: cpp os: - linux - osx before_script: - mkdir build - cd build script: - cmake .. - make - ./cpuid-dump - ./isa-info - ./cpu-info - ./cache-info - ctest --verbose