File: .travis.yml

package info (click to toggle)
cpuinfo 0.0~git20200612.63b2545-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 20,984 kB
  • sloc: cpp: 277,526; ansic: 17,141; python: 598; sh: 400; makefile: 18
file content (15 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (13)
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