mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 21:40:22 +01:00
gitlab-ci: print information about test environment in tests
It's just interesting to see in the logs.
(cherry picked from commit 645b195f9c)
This commit is contained in:
parent
eee2eda4b5
commit
54a525c14f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue