From 645b195f9c764a4641390af26f1a29f5a1d852f2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 2 Apr 2019 16:50:07 +0200 Subject: gitlab-ci: print information about test environment in tests It's just interesting to see in the logs. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 207c992552..887ac2db44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ stages: .fedora_script: &fedora_script stage: test script: + - date '+%Y%m%d-%H%M%S'; uname -a + - date '+%Y%m%d-%H%M%S'; dnf list --installed - date '+%Y%m%d-%H%M%S'; git clean -fdx ; CI=gitlab BUILD_TYPE=autotools CC=gcc WITH_DOCS=1 contrib/scripts/nm-ci-run.sh - date '+%Y%m%d-%H%M%S'; rm -rf /tmp/nm-docs-html; mv build/INST/share/gtk-doc/html /tmp/nm-docs-html - date '+%Y%m%d-%H%M%S'; git clean -fdx ; CI=gitlab BUILD_TYPE=meson CC=gcc WITH_DOCS=1 contrib/scripts/nm-ci-run.sh -- cgit v1.2.1