mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
print also cpu information
This commit is contained in:
parent
a3e6ff5eb7
commit
44c7963034
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ build:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- lscpu
|
||||
- cd build
|
||||
- export TDIR=./local_prefix/opt/hermit/x86_64-hermit/extra
|
||||
- export FILES="$TDIR/tests/hello $TDIR/tests/hellof $TDIR/tests/hello++ $TDIR/tests/thr_hello $TDIR/tests/pi $TDIR/benchmarks/stream $TDIR/benchmarks/basic $TDIR/tests/signals $TDIR/tests/test-malloc $TDIR/tests/test-malloc-mt $TDIR/tests/argv_envp"
|
||||
|
|
Loading…
Add table
Reference in a new issue