summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2018-07-24 16:14:03 +0200
committerDaiki Ueno <dueno@src.gnome.org>2018-07-24 16:14:03 +0200
commit2f29930738631d95730e9f75b136697f20326f7b (patch)
tree7d2ff4f3f2f74e48358333b7fab626b7d34031b9 /.gitlab-ci.yml
parentf150c7a3a07f921bce8735d5ba36f1ac0ca56118 (diff)
downloadlibsecret-2f29930738631d95730e9f75b136697f20326f7b.tar.gz
gitlab-ci: Run "dnf upgrade" before installing packageswip/dueno/gitlab-ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b1aaeb..4d03377 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ fedora:Werror:
image: fedora:28
stage: build
before_script:
+ - dnf upgrade -y
- dnf install -y 'dnf-command(builddep)'
- dnf builddep -y libsecret
- dnf install -y $DEPENDENCIES
@@ -23,6 +24,7 @@ fedora:asan:
image: fedora:28
stage: build
before_script:
+ - dnf upgrade -y
- dnf install -y 'dnf-command(builddep)'
- dnf builddep -y libsecret
- dnf install -y $DEPENDENCIES libasan
@@ -37,6 +39,7 @@ fedora:ubsan:
image: fedora:28
stage: build
before_script:
+ - dnf upgrade -y
- dnf install -y 'dnf-command(builddep)'
- dnf builddep -y libsecret
- dnf install -y $DEPENDENCIES libubsan
@@ -51,6 +54,7 @@ fedora:coverage:
image: fedora:28
stage: build
before_script:
+ - dnf upgrade -y
- dnf install -y 'dnf-command(builddep)'
- dnf builddep -y libsecret
- dnf install -y $DEPENDENCIES lcov