From 44c796303415687a29187c219bb6f84d4491de39 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 17 May 2019 23:33:25 +0200 Subject: [PATCH] print also cpu information --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a7912967..40c2b6afe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"