Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libsecret
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libsecret
Commits
9adf3214
Commit
9adf3214
authored
Mar 10, 2020
by
Daiki Ueno
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wip/dueno/gitlab-ci-fixes' into 'master'
.gitlab-ci.yml: install diffutils See merge request
!50
parents
e4428dd2
01930d51
Pipeline
#159775
passed with stages
in 9 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
.gitlab-ci.yml
.gitlab-ci.yml
+14
-1
No files found.
.gitlab-ci.yml
View file @
9adf3214
...
...
@@ -3,7 +3,7 @@ stages:
-
deploy
variables
:
DEPENDENCIES
:
dbus-x11 gcc gjs meson ninja-build python3-dbus python3-gobject redhat-rpm-config
DEPENDENCIES
:
dbus-x11
diffutils
gcc gjs meson ninja-build python3-dbus python3-gobject redhat-rpm-config
fedora:Werror:
image
:
fedora:latest
...
...
@@ -18,6 +18,10 @@ fedora:Werror:
-
meson _build -Dwerror=true -Dc_args=-Wno-error=deprecated-declarations
-
eval `dbus-launch --sh-syntax`
-
meson test -C _build
artifacts
:
when
:
on_failure
paths
:
-
_build/meson-logs/testlog.txt
fedora:asan:
image
:
fedora:latest
...
...
@@ -32,6 +36,10 @@ fedora:asan:
-
meson _build -Dsanitize=address
-
eval `dbus-launch --sh-syntax`
-
meson test -C _build
artifacts
:
when
:
on_failure
paths
:
-
_build/meson-logs/testlog.txt
fedora:ubsan:
image
:
fedora:latest
...
...
@@ -46,6 +54,10 @@ fedora:ubsan:
-
meson _build -Dsanitize=undefined
-
eval `dbus-launch --sh-syntax`
-
meson test -C _build
artifacts
:
when
:
on_failure
paths
:
-
_build/meson-logs/testlog.txt
fedora:coverage:
image
:
fedora:latest
...
...
@@ -64,6 +76,7 @@ fedora:coverage:
coverage
:
'
/^\s+lines.+:\s+([\d.]+\%)\s+/'
artifacts
:
name
:
"
libsecret-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when
:
on_success
paths
:
-
_build/meson-logs/coveragereport/
# https://github.com/linux-test-project/lcov/issues/58
...
...
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