[tracker/wip/carlosg/ci-playground] squash!
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-playground] squash!
- Date: Sat, 15 May 2021 22:22:39 +0000 (UTC)
commit c8a820e113dfe24db0c8ee047ea427d803858ff7
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun May 16 00:16:17 2021 +0200
squash!
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0b7f4082..d54432ea9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -249,13 +249,14 @@ coverity:
- env CC=clang meson ..
- ../cov-analysis-linux64-*/bin/cov-build --dir cov-int ninja
- tar czf cov-int.tar.gz cov-int
+ needs:
+ - build-fedora-rawhide-container@x86_64
pages:
extends:
- .fdo.distribution-image@fedora
- .tracker.fedora:rawhide@x86_64
stage: website
- dependencies: []
script:
- export install_prefix="$(pwd)/tracker-install"
# Build tracker and install.
@@ -271,3 +272,5 @@ pages:
artifacts:
paths:
- public
+ needs:
+ - build-fedora-rawhide-container@x86_64
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]