Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
NetworkManager
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Boards
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NetworkManager
NetworkManager
Commits
bba33ba2
Commit
bba33ba2
authored
Feb 08, 2019
by
Thomas Haller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: log timestamp of test steps
parent
211ac0dd
Pipeline
#18169
passed with stages
in 54 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
.gitlab-ci.yml
.gitlab-ci.yml
+14
-14
No files found.
.gitlab-ci.yml
View file @
bba33ba2
...
...
@@ -10,29 +10,29 @@ stages:
.fedora_install
:
&fedora_install
before_script
:
-
NM_INSTALL="dnf install -y" ./contrib/fedora/REQUIRED_PACKAGES
-
dnf install -y glibc-langpack-pl ccache clang
-
locale -a
-
contrib/scripts/nm-ci-patch-gtkdoc.sh ||
true
-
date '+%Y%m%d-%H%M%S';
NM_INSTALL="dnf install -y" ./contrib/fedora/REQUIRED_PACKAGES
-
d
ate '+%Y%m%d-%H%M%S'; d
nf install -y glibc-langpack-pl ccache clang
-
date '+%Y%m%d-%H%M%S';
locale -a
-
date '+%Y%m%d-%H%M%S';
contrib/scripts/nm-ci-patch-gtkdoc.sh ||
true
.fedora_script
:
&fedora_script
stage
:
test
script
:
-
git clean -fdx ; CI=gitlab BUILD_TYPE=autotools CC=gcc WITH_DOCS=1 contrib/scripts/nm-ci-run.sh
-
mv build/INST/share/gtk-doc/html .git/docs-html
-
git clean -fdx ; CI=gitlab BUILD_TYPE=meson CC=gcc WITH_DOCS=1 contrib/scripts/nm-ci-run.sh
-
git clean -fdx ; CI=gitlab BUILD_TYPE=autotools CC=clang WITH_DOCS=0 contrib/scripts/nm-ci-run.sh
-
git clean -fdx ; CI=gitlab BUILD_TYPE=meson CC=clang WITH_DOCS=0 contrib/scripts/nm-ci-run.sh
-
./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w test
-
./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w test -w meson
-
mv .git/docs-html .
-
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';
mv build/INST/share/gtk-doc/html .git/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
-
date '+%Y%m%d-%H%M%S';
git clean -fdx ; CI=gitlab BUILD_TYPE=autotools CC=clang WITH_DOCS=0 contrib/scripts/nm-ci-run.sh
-
date '+%Y%m%d-%H%M%S';
git clean -fdx ; CI=gitlab BUILD_TYPE=meson CC=clang WITH_DOCS=0 contrib/scripts/nm-ci-run.sh
-
date '+%Y%m%d-%H%M%S';
./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w test
-
date '+%Y%m%d-%H%M%S';
./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w test -w meson
-
date '+%Y%m%d-%H%M%S';
mv .git/docs-html .
checkpatch
:
image
:
fedora:28
stage
:
test
script
:
-
dnf install -y git
-
contrib/scripts/checkpatch-feature-branch.sh 2>&1 | tee checkpatch-out.txt
-
d
ate '+%Y%m%d-%H%M%S'; d
nf install -y git
-
date '+%Y%m%d-%H%M%S';
contrib/scripts/checkpatch-feature-branch.sh 2>&1 | tee checkpatch-out.txt
allow_failure
:
true
artifacts
:
when
:
on_failure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment