.travis.yml: Add lscpu command to see the details of the CPU.

This commit is contained in:
Jun Aruga 2024-03-22 22:06:55 +01:00 committed by Jun Aruga
parent 8ef923dc35
commit a2ac28d8ab

View file

@ -121,6 +121,7 @@ matrix:
fast_finish: true
before_script:
- lscpu
- ./autogen.sh
- mkdir build
- cd build